ServiceConfig.WorkerConfig.Builder

ServiceConfig.WorkerConfig.Builder คลาสสุดท้ายแบบคงที่สาธารณะ

 Configuration for a tf.data service WorkerServer.
 
Protobuf ประเภท tensorflow.data.experimental.WorkerConfig

วิธีการสาธารณะ

ServiceConfig.WorkerConfig.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
ServiceConfig.WorkerConfig
ServiceConfig.WorkerConfig
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig.Builder
ที่อยู่ผู้จัดส่งที่ชัดเจน ()
 The address of the dispatcher to register with.
ServiceConfig.WorkerConfig.Builder
clearDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
ServiceConfig.WorkerConfig.Builder
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
ServiceConfig.WorkerConfig.Builder
clearHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
ServiceConfig.WorkerConfig.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ServiceConfig.WorkerConfig.Builder
เคลียร์พอร์ต ()
 The port for the worker to bind to.
ServiceConfig.WorkerConfig.Builder
ชัดเจนโปรโตคอล ()
 The protocol for the worker to use when connecting to the dispatcher.
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
สตริง
getDispatcherที่อยู่ ()
 The address of the dispatcher to register with.
com.google.protobuf.ByteString
getDispatcherAddressBytes ()
 The address of the dispatcher to register with.
ยาว
getDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
ยาว
getHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
ยาว
รับพอร์ต ()
 The port for the worker to bind to.
สตริง
รับโปรโตคอล ()
 The protocol for the worker to use when connecting to the dispatcher.
com.google.protobuf.ByteString
รับโปรโตคอลไบต์ ()
 The protocol for the worker to use when connecting to the dispatcher.
สตริง
getWorkerที่อยู่ ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
บูลีนสุดท้าย
ServiceConfig.WorkerConfig.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
ServiceConfig.WorkerConfig.Builder ขั้นสุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
ServiceConfig.WorkerConfig.Builder
setDispatcherAddress (ค่าสตริง)
 The address of the dispatcher to register with.
ServiceConfig.WorkerConfig.Builder
setDispatcherAddressBytes (ค่า com.google.protobuf.ByteString)
 The address of the dispatcher to register with.
ServiceConfig.WorkerConfig.Builder
setDispatcherTimeoutMs (ค่ายาว)
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
ServiceConfig.WorkerConfig.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
ServiceConfig.WorkerConfig.Builder
setHeartbeatIntervalMs (ค่ายาว)
 How often the worker should heartbeat to the master.
ServiceConfig.WorkerConfig.Builder
setPort (ค่ายาว)
 The port for the worker to bind to.
ServiceConfig.WorkerConfig.Builder
setProtocol (ค่าสตริง)
 The protocol for the worker to use when connecting to the dispatcher.
ServiceConfig.WorkerConfig.Builder
setProtocolBytes (ค่า com.google.protobuf.ByteString)
 The protocol for the worker to use when connecting to the dispatcher.
ServiceConfig.WorkerConfig.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
ServiceConfig.WorkerConfig.Builder ขั้นสุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
ServiceConfig.WorkerConfig.Builder
setWorkerAddress (ค่าสตริง)
 The address of the worker server.
ServiceConfig.WorkerConfig.Builder
setWorkerAddressBytes (ค่า com.google.protobuf.ByteString)
 The address of the worker server.

วิธีการสืบทอด

วิธีการสาธารณะ

ServiceConfig.WorkerConfig.Builder สาธารณะ addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

ServiceConfig.WorkerConfig สาธารณะ สร้าง ()

ServiceConfig.WorkerConfig buildPartial สาธารณะ ()

ServiceConfig.WorkerConfig.Builder สาธารณะ ชัดเจน ()

ServiceConfig.WorkerConfig.Builder สาธารณะ clearDispatcherAddress ()

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

ServiceConfig.WorkerConfig.Builder สาธารณะ clearDispatcherTimeoutMs ()

 How long to retry requests to the dispatcher before giving up and reporting
 an error.
 
int64 dispatcher_timeout_ms = 6;

ServiceConfig.WorkerConfig.Builder สาธารณะ clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

ServiceConfig.WorkerConfig.Builder สาธารณะ clearHeartbeatIntervalMs ()

 How often the worker should heartbeat to the master.
 
int64 heartbeat_interval_ms = 5;

ServiceConfig.WorkerConfig.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

ServiceConfig.WorkerConfig.Builder สาธารณะ clearPort ()

 The port for the worker to bind to. A value of 0 indicates that the
 worker may bind to any available port.
 
int64 port = 1;

ServiceConfig.WorkerConfig.Builder สาธารณะ clearProtocol ()

โปรโตคอลสตริง

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

ServiceConfig.WorkerConfig.Builder สาธารณะ clearWorkerAddress ()

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;

โคลน ServiceConfig.WorkerConfig.Builder สาธารณะ ()

ServiceConfig.WorkerConfig สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สตริงสาธารณะ getDispatcherAddress ()

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

สาธารณะ com.google.protobuf.ByteString getDispatcherAddressBytes ()

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

สาธารณะยาว getDispatcherTimeoutMs ()

 How long to retry requests to the dispatcher before giving up and reporting
 an error.
 
int64 dispatcher_timeout_ms = 6;

สาธารณะยาว getHeartbeatIntervalMs ()

 How often the worker should heartbeat to the master.
 
int64 heartbeat_interval_ms = 5;

getPort ยาวสาธารณะ ()

 The port for the worker to bind to. A value of 0 indicates that the
 worker may bind to any available port.
 
int64 port = 1;

สตริงสาธารณะ getProtocol ()

โปรโตคอลสตริง

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

สาธารณะ com.google.protobuf.ByteString getProtocolBytes ()

โปรโตคอลสตริง

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

สตริงสาธารณะ getWorkerAddress ()

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;

สาธารณะ com.google.protobuf.ByteString getWorkerAddressBytes ()

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;

บูลีนสุดท้ายสาธารณะ isInitialized ()

ServiceConfig.WorkerConfig.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ServiceConfig.WorkerConfig.Builder สาธารณะ ผสานจาก (com.google.protobuf.Message อื่น ๆ )

ServiceConfig.WorkerConfig.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

ServiceConfig.WorkerConfig.Builder setDispatcherAddress สาธารณะ (ค่าสตริง)

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

ServiceConfig.WorkerConfig.Builder สาธารณะ setDispatcherAddressBytes (ค่า com.google.protobuf.ByteString)

 The address of the dispatcher to register with.
 
string dispatcher_address = 3;

ServiceConfig.WorkerConfig.Builder สาธารณะ setDispatcherTimeoutMs (ค่ายาว)

 How long to retry requests to the dispatcher before giving up and reporting
 an error.
 
int64 dispatcher_timeout_ms = 6;

ServiceConfig.WorkerConfig.Builder setField สาธารณะ (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

ServiceConfig.WorkerConfig.Builder สาธารณะ setHeartbeatIntervalMs (ค่ายาว)

 How often the worker should heartbeat to the master.
 
int64 heartbeat_interval_ms = 5;

ServiceConfig.WorkerConfig.Builder setPort สาธารณะ (ค่ายาว)

 The port for the worker to bind to. A value of 0 indicates that the
 worker may bind to any available port.
 
int64 port = 1;

ServiceConfig.WorkerConfig.Builder setProtocol สาธารณะ (ค่าสตริง)

โปรโตคอลสตริง

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

ServiceConfig.WorkerConfig.Builder setProtocolBytes สาธารณะ (ค่า com.google.protobuf.ByteString)

โปรโตคอลสตริง

 The protocol for the worker to use when connecting to the dispatcher.
 
string protocol = 2;

Public ServiceConfig.WorkerConfig.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

ServiceConfig.WorkerConfig.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

ServiceConfig.WorkerConfig.Builder สาธารณะ setWorkerAddress (ค่าสตริง)

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;

ServiceConfig.WorkerConfig.Builder สาธารณะ setWorkerAddressBytes (ค่า com.google.protobuf.ByteString)

 The address of the worker server. The substring "%port%", if specified,
 will be replaced with the worker's bound port. This is useful when the port
 is set to `0`.
 
string worker_address = 4;