ServiceConfig.WorkerConfig

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

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

คลาสที่ซ้อนกัน

ระดับ ServiceConfig.WorkerConfig.Builder
 Configuration for a tf.data service WorkerServer. 

ค่าคงที่

ภายใน DISPATCHER_ADDRESS_FIELD_NUMBER
ภายใน DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
ภายใน HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
ภายใน PORT_FIELD_NUMBER
ภายใน PROTOCOL_FIELD_NUMBER
ภายใน WORKER_ADDRESS_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
ServiceConfig.WorkerConfig แบบคงที่
ServiceConfig.WorkerConfig
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.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
สตริง
getWorkerที่อยู่ ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
ภายใน
บูลีนสุดท้าย
ServiceConfig.WorkerConfig.Builder แบบคงที่
newBuilder (ต้นแบบ ServiceConfig.WorkerConfig )
ServiceConfig.WorkerConfig.Builder แบบคงที่
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
ServiceConfig.WorkerConfig แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
ServiceConfig.WorkerConfig.Builder
เป็นโมฆะ
writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream)

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

ค่าคงที่

สาธารณะคงสุดท้าย int DISPATCHER_ADDRESS_FIELD_NUMBER

ค่าคงที่: 3

สาธารณะคงสุดท้าย int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER

ค่าคงที่: 6

รอบชิงชนะเลิศแบบคงที่สาธารณะ int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER

ค่าคงที่: 5

ปลายทางคงที่สาธารณะ int PORT_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int PROTOCOL_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int WORKER_ADDRESS_FIELD_NUMBER

ค่าคงที่: 4

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

บูลีนสาธารณะ เท่ากับ (Object obj)

ServiceConfig.WorkerConfig getDefaultInstance สาธารณะแบบคงที่ ()

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

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

สตริงสาธารณะ 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;

สาธารณะ getParserForType ()

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;

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สตริงสาธารณะ 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;

สาธารณะ int hashCode ()

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

ServiceConfig.WorkerConfig.Builder newBuilder แบบ คงที่สาธารณะ (ต้นแบบ ServiceConfig.WorkerConfig )

ServiceConfig.WorkerConfig.Builder สาธารณะแบบคงที่ newBuilder ()

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

ServiceConfig.WorkerConfig แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

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

ServiceConfig.WorkerConfig แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom สาธารณะแบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

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

ServiceConfig.WorkerConfig แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom สาธารณะ แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

ServiceConfig.WorkerConfig.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น
,
ServiceConfig.WorkerConfig คลาสสุดท้ายแบบคงที่สาธารณะ

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

คลาสที่ซ้อนกัน

ระดับ ServiceConfig.WorkerConfig.Builder
 Configuration for a tf.data service WorkerServer. 

ค่าคงที่

ภายใน DISPATCHER_ADDRESS_FIELD_NUMBER
ภายใน DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
ภายใน HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
ภายใน PORT_FIELD_NUMBER
ภายใน PROTOCOL_FIELD_NUMBER
ภายใน WORKER_ADDRESS_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
ServiceConfig.WorkerConfig แบบคงที่
ServiceConfig.WorkerConfig
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.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
สตริง
getWorkerที่อยู่ ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
ภายใน
บูลีนสุดท้าย
ServiceConfig.WorkerConfig.Builder แบบคงที่
newBuilder (ต้นแบบ ServiceConfig.WorkerConfig )
ServiceConfig.WorkerConfig.Builder แบบคงที่
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
ServiceConfig.WorkerConfig แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceConfig.WorkerConfig แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
ServiceConfig.WorkerConfig.Builder
เป็นโมฆะ
writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream)

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

ค่าคงที่

สาธารณะคงสุดท้าย int DISPATCHER_ADDRESS_FIELD_NUMBER

ค่าคงที่: 3

สาธารณะคงสุดท้าย int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER

ค่าคงที่: 6

รอบชิงชนะเลิศแบบคงที่สาธารณะ int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER

ค่าคงที่: 5

ปลายทางคงที่สาธารณะ int PORT_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int PROTOCOL_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int WORKER_ADDRESS_FIELD_NUMBER

ค่าคงที่: 4

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

บูลีนสาธารณะ เท่ากับ (Object obj)

ServiceConfig.WorkerConfig getDefaultInstance สาธารณะแบบคงที่ ()

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

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

สตริงสาธารณะ 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;

สาธารณะ getParserForType ()

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;

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สตริงสาธารณะ 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;

สาธารณะ int hashCode ()

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

ServiceConfig.WorkerConfig.Builder newBuilder แบบ คงที่สาธารณะ (ต้นแบบ ServiceConfig.WorkerConfig )

ServiceConfig.WorkerConfig.Builder สาธารณะแบบคงที่ newBuilder ()

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

ServiceConfig.WorkerConfig แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

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

ServiceConfig.WorkerConfig แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom สาธารณะแบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

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

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom สาธารณะ แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

ServiceConfig.WorkerConfig parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

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

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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