interfaccia pubblica RemoteProfilerSessionManagerOptionsOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto lungo | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
astratto lungo | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
Opzioni profilo astratte | getProfilerOptions () Options for each local profiler. |
astratto ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
stringa astratta | getServiceAddresses (indice int) List of servers to profile. |
astratto com.google.protobuf.ByteString | getServiceAddressesBytes (indice int) List of servers to profile. |
astratto int | getServiceAddressesCount () List of servers to profile. |
Elenco astratto<String> | getServiceAddressesList () List of servers to profile. |
astratto lungo | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
booleano astratto | hasProfilerOptions () Options for each local profiler. |
Metodi pubblici
public abstract lungo getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
pubblico astratto lungo 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;
abstract pubblico ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
abstract pubblico ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public abstract String getServiceAddresses (indice int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public abstract com.google.protobuf.ByteString getServiceAddressesBytes (indice int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public abstract int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public abstract List<String> getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
pubblico astratto lungo getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
public abstract booleano hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;