interface publique RemoteProfilerSessionManagerOptionsOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
abstrait long | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
abstrait long | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
résumé Options de profil | getProfilerOptions () Options for each local profiler. |
résumé ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
chaîne abstraite | getServiceAddresses (index int) List of servers to profile. |
résumé com.google.protobuf.ByteString | getServiceAddressesBytes (index int) List of servers to profile. |
abstrait entier | getServiceAddressesCount () List of servers to profile. |
Liste abstraite<String> | getServiceAddressesList () List of servers to profile. |
abstrait long | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
booléen abstrait | hasProfilerOptions () Options for each local profiler. |
Méthodes publiques
public abstrait long getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public abstrait long 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;
résumé public ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
résumé public ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
chaîne abstraite publique getServiceAddresses (index int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
résumé public com.google.protobuf.ByteString getServiceAddressesBytes (index int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public abstrait int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
liste abstraite publique<String> getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public abstrait long getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
public abstrait booléen hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;