RemoteProfilerSessionManagerOptions

공개 최종 클래스 RemoteProfilerSessionManagerOptions

 Options for remote profiler session manager.
 Next ID: 6
 
Protobuf 유형 tensorflow.RemoteProfilerSessionManagerOptions

중첩 클래스

수업 RemoteProfilerSessionManagerOptions.Builder
 Options for remote profiler session manager. 

상수

정수 DELAY_MS_FIELD_NUMBER
정수 MAX_SESSION_DURATION_MS_FIELD_NUMBER
정수 PROFILER_OPTIONS_FIELD_NUMBER
정수 SERVICE_ADDRESSES_FIELD_NUMBER
정수 SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 RemoteProfilerSessionManagerOptions
RemoteProfilerSessionManager옵션
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
최종 정적 com.google.protobuf.Descriptors.Descriptor
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 (정수 인덱스)
 List of servers to profile.
com.google.protobuf.ByteString
getServiceAddressesBytes (정수 인덱스)
 List of servers to profile.
정수
getServiceAddressesCount ()
 List of servers to profile.
com.google.protobuf.ProtocolStringList
getServiceAddressesList ()
 List of servers to profile.
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
최종 com.google.protobuf.UnknownFieldSet
부울
hasProfilerOptions ()
 Options for each local profiler.
정수
최종 부울
정적 RemoteProfilerSessionManagerOptions.Builder
정적 RemoteProfilerSessionManagerOptions.Builder
RemoteProfilerSessionManagerOptions.Builder
정적 RemoteProfilerSessionManagerOptions
parsDelimitedFrom (InputStream 입력)
정적 RemoteProfilerSessionManagerOptions
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteProfilerSessionManagerOptions
parsFrom (ByteBuffer 데이터)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 RemoteProfilerSessionManagerOptions
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteProfilerSessionManagerOptions
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
RemoteProfilerSessionManagerOptions.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int DELAY_MS_FIELD_NUMBER

상수값: 5

공개 정적 최종 int MAX_SESSION_DURATION_MS_FIELD_NUMBER

상수값: 4

공개 정적 최종 int PROFILER_OPTIONS_FIELD_NUMBER

상수값: 1

공개 정적 최종 int SERVICE_ADDRESSES_FIELD_NUMBER

상수값: 2

공개 정적 최종 int SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

상수값: 3

공개 방법

공개 부울(객체 obj)와 같습니다 .

공개 정적 RemoteProfilerSessionManagerOptions getDefaultInstance ()

공개 RemoteProfilerSessionManagerOptions getDefaultInstanceForType ()

공개 긴 getDelayMs ()

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

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 긴 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;

공공의 getParserForType ()

공개 ProfileOptions getProfilerOptions ()

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

공개 ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

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

공개 int getSerializedSize ()

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

공개 com.google.protobuf.ProtocolStringList 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;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 hasProfilerOptions ()

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

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 RemoteProfilerSessionManagerOptions.Builder newBuilder ()

공개 RemoteProfilerSessionManagerOptions.Builder newBuilderForType ()

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석DelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 RemoteProfilerSessionManagerOptionsparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteProfilerSessionManagerOptionsparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteProfilerSessionManagerOptionsparseFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 RemoteProfilerSessionManagerOptionsparseFrom ( com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외