RemoteProfilerSessionManagerOptionsOrBuilder

genel arayüz RemoteProfilerSessionManagerOptionsOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
soyut uzun
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
özet Profil Seçenekleri
getProfilerOptions ()
 Options for each local profiler.
özet ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
soyut Dize
getServiceAddresses (int dizini)
 List of servers to profile.
abstract com.google.protobuf.ByteString
getServiceAddressesBytes (int dizini)
 List of servers to profile.
soyut int
getServiceAddressesCount ()
 List of servers to profile.
özet Liste<String>
getServiceAddressesList ()
 List of servers to profile.
soyut uzun
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
soyut boole
hasProfilerOptions ()
 Options for each local profiler.

Genel Yöntemler

genel özet uzun getDelayMs ()

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

genel özet uzun 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;

genel özet ProfileOptions getProfilerOptions ()

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

genel özet ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

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

genel özet String getServiceAddresses (int dizini)

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

genel özet com.google.protobuf.ByteString getServiceAddressesBytes (int dizini)

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

genel özet int getServiceAddressesCount ()

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

genel özet List<String> getServiceAddressesList ()

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

genel özet uzun getSessionCreationTimestampNs ()

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

genel soyut boolean hasProfilerOptions ()

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