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 | ล้าง FaultTolerantMode () 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 | clearWorkDir () 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. |
ยาว | รับพอร์ต () The port for the dispatcher to bind to. |
สตริง | รับโปรโตคอล () The protocol for the dispatcher to use when connecting to workers. |
com.google.protobuf.ByteString | รับโปรโตคอลไบต์ () 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.UnknownFieldSetknownFields) |
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.UnknownFieldSetknownFields) |
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. |
วิธีการสืบทอด
วิธีการสาธารณะ
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.Builder สาธารณะ clearField (ฟิลด์ 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.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ServiceConfig.DispatcherConfig.Builder สาธารณะ clearPort ()
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 สาธารณะ clearProtocol ()
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 สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
ServiceConfig.DispatcherConfig.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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;
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)
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;