RemoteProfilerSessionManagerOptionsOrBuilder

общедоступный интерфейс RemoteProfilerSessionManagerOptionsOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный длинный
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
абстрактный длинный
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
абстрактные параметры профиля
getProfilerOptions ()
 Options for each local profiler.
абстрактный ПрофилОптионсОрБилдер
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
абстрактная строка
getServiceAddresses (индекс int)
 List of servers to profile.
абстрактный com.google.protobuf.ByteString
getServiceAddressesBytes (индекс int)
 List of servers to profile.
абстрактный int
getServiceAddressesCount ()
 List of servers to profile.
абстрактный список<String>
getServiceAddressesList ()
 List of servers to profile.
абстрактный длинный
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
абстрактное логическое значение
имеетпрофилерварианты ()
 Options for each local profiler.

Публичные методы

публичный абстрактный длинный getDelayMs ()

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

общедоступный абстрактный длинный 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;

общедоступный абстрактный ProfileOptions getProfilerOptions ()

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

общедоступный абстрактный ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

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

общедоступная абстрактная строка getServiceAddresses (индекс int)

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

общедоступный абстрактный com.google.protobuf.ByteString getServiceAddressesBytes (индекс int)

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

общедоступный абстрактный int getServiceAddressesCount ()

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

общедоступный абстрактный список <String> getServiceAddressesList ()

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

общедоступный абстрактный длинный getSessionCreationTimestampNs ()

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

общедоступное абстрактное логическое значение hasProfilerOptions ()

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