RemoteProfilerSessionManagerOptionsOrBuilder

giao diện công cộng RemoteProfilerSessionManagerOptionsOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng dài
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
trừu tượng dài
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
Tùy chọn hồ sơ trừu tượng
getProfilerOptions ()
 Options for each local profiler.
Tóm tắt ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
chuỗi trừu tượng
getServiceAddresses (chỉ số int)
 List of servers to profile.
tóm tắt com.google.protobuf.ByteString
getServiceAddressesBytes (chỉ mục int)
 List of servers to profile.
int trừu tượng
getServiceAddressesCount ()
 List of servers to profile.
Danh sách trừu tượng<String>
getServiceAddressesList ()
 List of servers to profile.
trừu tượng dài
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
trừu tượng boolean
hasProfilerOptions ()
 Options for each local profiler.

Phương pháp công khai

tóm tắt công khai dài getDelayMs ()

 Start of profiling is delayed by this much (in milliseconds).
 
uint64 delay_ms = 5;

tóm tắt công khai dài getMaxSessionDurationMs ()

 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request. If value is 0, session
 continues until interrupted. Otherwise, value must be greater than
 profiler_options.duration_ms.
 
uint64 max_session_duration_ms = 4;

Tóm tắt công khai ProfileOptions getProfilerOptions ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;

Tóm tắt công khai ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;

Chuỗi trừu tượng công khai getServiceAddresses (chỉ mục int)

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

tóm tắt công khai com.google.protobuf.ByteString getServiceAddressesBytes (chỉ mục int)

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

tóm tắt công khai int getServiceAddressesCount ()

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

Danh sách tóm tắt công khai<String> getServiceAddressesList ()

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

tóm tắt công khai dài getSessionCreationTimestampNs ()

 Unix timestamp of when the session was started.
 
uint64 session_creation_timestamp_ns = 3;

boolean trừu tượng công khai hasProfilerOptions ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;