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. 

ধ্রুবক

int DISPATCHER_ADDRESS_FIELD_NUMBER
int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
int PORT_FIELD_NUMBER
int PROTOCOL_FIELD_NUMBER
int WORKER_ADDRESS_FIELD_NUMBER

পাবলিক পদ্ধতি

বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
স্ট্যাটিক ServiceConfig.WorkerConfig
ServiceConfig.WorkerConfig
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
স্ট্রিং
getDispatcherAddress ()
 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.
দীর্ঘ
getPort ()
 The port for the worker to bind to.
স্ট্রিং
getProtocol ()
 The protocol for the worker to use when connecting to the dispatcher.
com.google.protobuf.ByteString
getProtocolBytes ()
 The protocol for the worker to use when connecting to the dispatcher.
int
চূড়ান্ত com.google.protobuf.UnknownFieldSet
স্ট্রিং
GetWorkerAddress ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক ServiceConfig.WorkerConfig.Builder
newBuilder ( ServiceConfig.WorkerConfig প্রোটোটাইপ)
স্ট্যাটিক ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig.Builder
স্ট্যাটিক ServiceConfig.WorkerConfig
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক ServiceConfig.WorkerConfig
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক ServiceConfig.WorkerConfig
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক ServiceConfig.WorkerConfig
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক ServiceConfig.WorkerConfig
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
ServiceConfig.WorkerConfig.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

সার্বজনীন স্ট্যাটিক ফাইনাল int DISPATCHER_ADDRESS_FIELD_NUMBER

ধ্রুবক মান: 3

সর্বজনীন স্ট্যাটিক ফাইনাল int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER

ধ্রুবক মান: 6

HEARTBEAT_INTERVAL_MS_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 5

পাবলিক স্ট্যাটিক ফাইনাল int PORT_FIELD_NUMBER

ধ্রুবক মান: 1

পাবলিক স্ট্যাটিক ফাইনাল int PROTOCOL_FIELD_NUMBER

ধ্রুবক মান: 2

পাবলিক স্ট্যাটিক ফাইনাল int WORKER_ADDRESS_FIELD_NUMBER

ধ্রুবক মান: 4

পাবলিক পদ্ধতি

পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig getDefaultInstance ()

public 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 ()

পাবলিক লং গেটপোর্ট ()

 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 হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig.Builder newBuilder ( ServiceConfig.WorkerConfig প্রোটোটাইপ)

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig.Builder newBuilder ()

public ServiceConfig.WorkerConfig.Builder newBuilderForType ()

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseDelimitedFrom (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseDelimitedFrom (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (ByteBuffer ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

public ServiceConfig.WorkerConfig.Builder to Builder ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IOException