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
ClearWorker주소 ()
 The address of the worker server.
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.
getPort ()
 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.
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.UnknownFieldSet 알려지지 않은Fields)
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.UnknownFieldSet UnknownFields)
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 필드, 개체 값)

공용 ServiceConfig.WorkerConfig 빌드 ()

공공 ServiceConfig.WorkerConfig buildPartial ()

공용 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.BuilderclearField ( 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.BuilderclearOneof (com.google.protobuf.Descriptors.OneofDescriptoroneof)

공용 ServiceConfig.WorkerConfig.Builder 클리어포트 ()

 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 클리어프로토콜 ()

 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 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 mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

public ServiceConfig.WorkerConfig.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 ServiceConfig.WorkerConfig.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공용 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;

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