공개 정적 최종 클래스 ServiceConfig.DispatcherConfig.Builder
Configuration for a tf.data service DispatchServer.
tensorflow.data.experimental.DispatcherConfig
공개 방법
ServiceConfig.DispatcherConfig.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
ServiceConfig.DispatcherConfig | 짓다 () |
ServiceConfig.DispatcherConfig | 빌드부분 () |
ServiceConfig.DispatcherConfig.Builder | 분명한 () |
ServiceConfig.DispatcherConfig.Builder | ClearFaultTolerantMode () Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. |
ServiceConfig.DispatcherConfig.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
ServiceConfig.DispatcherConfig.Builder | ClearJobGcCheckIntervalMs () How often the dispatcher should scan through to delete old and unused jobs. |
ServiceConfig.DispatcherConfig.Builder | ClearJobGcTimeoutMs () How long a job needs to be unused before it becomes a candidate for garbage collection. |
ServiceConfig.DispatcherConfig.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceConfig.DispatcherConfig.Builder | 클리어포트 () The port for the dispatcher to bind to. |
ServiceConfig.DispatcherConfig.Builder | 클리어프로토콜 () The protocol for the dispatcher to use when connecting to workers. |
ServiceConfig.DispatcherConfig.Builder | 클리어워크디렉터 () A work directory to use for storing dispatcher state, and for recovering during restarts. |
ServiceConfig.DispatcherConfig.Builder | 클론 () |
ServiceConfig.DispatcherConfig | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
부울 | getFaultTolerantMode () Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. |
긴 | getJobGcCheckIntervalMs () How often the dispatcher should scan through to delete old and unused jobs. |
긴 | getJobGcTimeoutMs () How long a job needs to be unused before it becomes a candidate for garbage collection. |
긴 | getPort () The port for the dispatcher to bind to. |
끈 | get프로토콜 () The protocol for the dispatcher to use when connecting to workers. |
com.google.protobuf.ByteString | getProtocolBytes () The protocol for the dispatcher to use when connecting to workers. |
끈 | getWorkDir () A work directory to use for storing dispatcher state, and for recovering during restarts. |
com.google.protobuf.ByteString | getWorkDirBytes () A work directory to use for storing dispatcher state, and for recovering during restarts. |
최종 부울 | 초기화됨 () |
ServiceConfig.DispatcherConfig.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ServiceConfig.DispatcherConfig.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 ServiceConfig.DispatcherConfig.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
ServiceConfig.DispatcherConfig.Builder | setFaultTolerantMode (부울 값) Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. |
ServiceConfig.DispatcherConfig.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
ServiceConfig.DispatcherConfig.Builder | setJobGcCheckIntervalMs (긴 값) How often the dispatcher should scan through to delete old and unused jobs. |
ServiceConfig.DispatcherConfig.Builder | setJobGcTimeoutMs (긴 값) How long a job needs to be unused before it becomes a candidate for garbage collection. |
ServiceConfig.DispatcherConfig.Builder | setPort (긴 값) The port for the dispatcher to bind to. |
ServiceConfig.DispatcherConfig.Builder | setProtocol (문자열 값) The protocol for the dispatcher to use when connecting to workers. |
ServiceConfig.DispatcherConfig.Builder | setProtocolBytes (com.google.protobuf.ByteString 값) The protocol for the dispatcher to use when connecting to workers. |
ServiceConfig.DispatcherConfig.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 ServiceConfig.DispatcherConfig.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
ServiceConfig.DispatcherConfig.Builder | setWorkDir (문자열 값) A work directory to use for storing dispatcher state, and for recovering during restarts. |
ServiceConfig.DispatcherConfig.Builder | setWorkDirBytes (com.google.protobuf.ByteString 값) A work directory to use for storing dispatcher state, and for recovering during restarts. |
상속된 메서드
공개 방법
public ServiceConfig.DispatcherConfig.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공용 ServiceConfig.DispatcherConfig.Builder ClearFaultTolerantMode ()
Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. Requires that `work_dir` is nonempty.
bool fault_tolerant_mode = 4;
공용 ServiceConfig.DispatcherConfig.BuilderclearField (com.google.protobuf.Descriptors.FieldDescriptor 필드 )
공용 ServiceConfig.DispatcherConfig.Builder ClearJobGcCheckIntervalMs ()
How often the dispatcher should scan through to delete old and unused jobs.
int64 job_gc_check_interval_ms = 5;
공용 ServiceConfig.DispatcherConfig.Builder ClearJobGcTimeoutMs ()
How long a job needs to be unused before it becomes a candidate for garbage collection.
int64 job_gc_timeout_ms = 6;
공용 ServiceConfig.DispatcherConfig.BuilderclearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof )
공용 ServiceConfig.DispatcherConfig.Builder 클리어포트 ()
The port for the dispatcher to bind to. A value of 0 indicates that the dispatcher may bind to any available port.
int64 port = 1;
공용 ServiceConfig.DispatcherConfig.Builder 클리어프로토콜 ()
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
공용 ServiceConfig.DispatcherConfig.Builder ClearWorkDir ()
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 부울 getFaultTolerantMode ()
Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. Requires that `work_dir` is nonempty.
bool fault_tolerant_mode = 4;
공개 긴 getJobGcCheckIntervalMs ()
How often the dispatcher should scan through to delete old and unused jobs.
int64 job_gc_check_interval_ms = 5;
공개 긴 getJobGcTimeoutMs ()
How long a job needs to be unused before it becomes a candidate for garbage collection.
int64 job_gc_timeout_ms = 6;
공개 긴 getPort ()
The port for the dispatcher to bind to. A value of 0 indicates that the dispatcher may bind to any available port.
int64 port = 1;
공개 문자열 getProtocol ()
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
공개 com.google.protobuf.ByteString getProtocolBytes ()
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
공개 문자열 getWorkDir ()
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;
공개 com.google.protobuf.ByteString getWorkDirBytes ()
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;
공개 최종 부울 isInitialized ()
공용 ServiceConfig.DispatcherConfig.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 최종 ServiceConfig.DispatcherConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공용 ServiceConfig.DispatcherConfig.Builder setFaultTolerantMode (부울 값)
Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. Requires that `work_dir` is nonempty.
bool fault_tolerant_mode = 4;
public ServiceConfig.DispatcherConfig.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공용 ServiceConfig.DispatcherConfig.Builder setJobGcCheckIntervalMs (긴 값)
How often the dispatcher should scan through to delete old and unused jobs.
int64 job_gc_check_interval_ms = 5;
공용 ServiceConfig.DispatcherConfig.Builder setJobGcTimeoutMs (긴 값)
How long a job needs to be unused before it becomes a candidate for garbage collection.
int64 job_gc_timeout_ms = 6;
공용 ServiceConfig.DispatcherConfig.Builder setPort (긴 값)
The port for the dispatcher to bind to. A value of 0 indicates that the dispatcher may bind to any available port.
int64 port = 1;
public ServiceConfig.DispatcherConfig.Builder setProtocol (문자열 값)
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
공용 ServiceConfig.DispatcherConfig.Builder setProtocolBytes (com.google.protobuf.ByteString 값)
The protocol for the dispatcher to use when connecting to workers.
string protocol = 2;
public ServiceConfig.DispatcherConfig.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 최종 ServiceConfig.DispatcherConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public ServiceConfig.DispatcherConfig.Builder setWorkDir (문자열 값)
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;
공용 ServiceConfig.DispatcherConfig.Builder setWorkDirBytes (com.google.protobuf.ByteString 값)
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
string work_dir = 3;