الفئة النهائية العامة الثابتة ServiceConfig.WorkerConfig
Configuration for a tf.data service WorkerServer.
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 |
الأساليب العامة
| منطقية | يساوي (كائن كائن) |
| ثابت ServiceConfig.WorkerConfig | |
| ServiceConfig.WorkerConfig | |
| النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
| خيط | الحصول على عنوان المرسل () The address of the dispatcher to register with. |
| com.google.protobuf.ByteString | الحصول على DispatcherAddressBytes () The address of the dispatcher to register with. |
| طويل | getDispatcherTimeoutMs () How long to retry requests to the dispatcher before giving up and reporting an error. |
| طويل | الحصول على HeartbeatIntervalMs () 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 | |
| خيط | الحصول على عنوان العمل () The address of the worker server. |
| com.google.protobuf.ByteString | الحصول على WorkerAddressBytes () 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت ServiceConfig.WorkerConfig | parseFrom (بيانات ByteBuffer) |
| ثابت ServiceConfig.WorkerConfig | parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت | محلل () |
| ServiceConfig.WorkerConfig.Builder | إلى البناء () |
| فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DISPATCHER_ADDRESS_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
القيمة الثابتة: 6
العدد النهائي الثابت العام HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
القيمة الثابتة: 5
العدد النهائي الثابت العام PORT_FIELD_NUMBER
القيمة الثابتة: 1
النهائي الثابت العام PROTOCOL_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام WORKER_ADDRESS_FIELD_NUMBER
القيمة الثابتة: 4
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت 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; عام الحصول على بارسيرفورتايب ()
منفذ 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 public 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; كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
ServiceConfig.WorkerConfig.Builder newBuilder العام الثابت (النموذج الأولي لـ ServiceConfig.WorkerConfig )
ServiceConfig.WorkerConfig الثابت العام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
ServiceConfig.WorkerConfig العام الثابت parseFrom (بيانات ByteBuffer)
رميات
| InvalidProtocolBufferException |
|---|
التحليل العام الثابت ServiceConfig.WorkerConfig (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
ServiceConfig.WorkerConfig الثابت العام parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
التحليل العام الثابت ServiceConfig.WorkerConfig (com.google.protobuf.CodedInputStream input)
رميات
| IOEException |
|---|
تحليل ServiceConfig.WorkerConfig الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
تحليل ServiceConfig.WorkerConfig العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
| InvalidProtocolBufferException |
|---|
تحليل ServiceConfig.WorkerConfig العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
ServiceConfig.WorkerConfig الثابت العام parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
| IOEException |
|---|