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.
אבסטרקט ProfileOptions
getProfilerOptions ()
 Options for each local profiler.
מופשט ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
מחרוזת מופשטת
getServiceAddresses (int index)
 List of servers to profile.
תקציר com.google.protobuf.ByteString
getServiceAddressesBytes (int index)
 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.
בוליאני מופשט
hasProfilerOptions ()
 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;

String public abstract getServiceAddresses (int index)

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

תקציר ציבורי com.google.protobuf.ByteString getServiceAddressesBytes (int index)

 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;

רשימת תקציר ציבורית<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;