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.
추상 ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
추상 문자열
getServiceAddresses (정수 인덱스)
 List of servers to profile.
추상 com.google.protobuf.ByteString
getServiceAddressesBytes (정수 인덱스)
 List of servers to profile.
추상 정수
getServiceAddressesCount ()
 List of servers to profile.
추상 목록<문자열>
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;

공개 추상 문자열 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;

공개 추상 List<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;