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
ClearDispatcherAddress ()
 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
クリアハートビートインターバルMs ()
 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
クリアワーカーアドレス()
 The address of the worker server.
ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig
最終的な静的 com.google.protobuf.Descriptors.Descriptor
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.
長さ
getポート()
 The port for the worker to bind to.
getプロトコル()
 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.
getWorkerAddress ()
 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.Message other)
最終的なServiceConfig.WorkerConfig.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
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.

継承されたメソッド

パブリックメソッド

public ServiceConfig.WorkerConfig.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public ServiceConfig.WorkerConfig build ()

public ServiceConfig.WorkerConfig buildPartial ()

public ServiceConfig.WorkerConfig.Builder clearDispatcherAddress ()

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

public ServiceConfig.WorkerConfig.Builder clearDispatcherTimeoutMs ()

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

public ServiceConfig.WorkerConfig.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public ServiceConfig.WorkerConfig.Builder clearHeartbeatIntervalMs ()

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

public ServiceConfig.WorkerConfig.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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;

public ServiceConfig.WorkerConfig.Builder clearProtocol ()

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

public 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;

public ServiceConfig.WorkerConfig.Builderクローン()

public ServiceConfig.WorkerConfig getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getDispatcherAddress ()

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

public com.google.protobuf.ByteString getDispatcherAddressBytes ()

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

public long getDispatcherTimeoutMs ()

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

public long getHeartbeatIntervalMs ()

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

public long 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;

public String getProtocol ()

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

public com.google.protobuf.ByteString getProtocolBytes ()

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

public String 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;

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

public ServiceConfig.WorkerConfig.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public ServiceConfig.WorkerConfig.Builder mergeFrom (com.google.protobuf.Message other)

public Final ServiceConfig.WorkerConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public ServiceConfig.WorkerConfig.Builder setDispatcherAddress (文字列値)

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

public ServiceConfig.WorkerConfig.Builder setDispatcherAddressBytes (com.google.protobuf.ByteString 値)

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

public ServiceConfig.WorkerConfig.Builder setDispatcherTimeoutMs (長い値)

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

public ServiceConfig.WorkerConfig.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public ServiceConfig.WorkerConfig.Builder setHeartbeatIntervalMs (長い値)

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

public 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;

public ServiceConfig.WorkerConfig.Builder setProtocol (文字列値)

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

public 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 インデックス、オブジェクト値)

public Final ServiceConfig.WorkerConfig.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public 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;

public 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;