공개 최종 클래스 RemoteProfilerSessionManagerOptions
Options for remote profiler session manager. Next ID: 6
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 | toBuilder () |
무효의 | 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) 와 같습니다 .
공개 긴 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 프로토타입)
공개 정적 RemoteProfilerSessionManagerOptionsparseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
IO예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptionsparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
IO예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptions 구문 분석 (com.google.protobuf.ByteString 데이터)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptionsparseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry )
던지기
IO예외 |
---|
공개 정적 RemoteProfilerSessionManagerOptionsparseFrom ( com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|