ServiceConfig.WorkerConfig

publiczna statyczna klasa końcowa ServiceConfig.WorkerConfig

 Configuration for a tf.data service WorkerServer.
 
Typ protobufa tensorflow.data.experimental.WorkerConfig

Klasy zagnieżdżone

klasa ServiceConfig.WorkerConfig.Builder
 Configuration for a tf.data service WorkerServer. 

Stałe

wew DISPATCHER_ADDRESS_FIELD_NUMBER
wew DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
wew HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
wew PORT_FIELD_NUMBER
wew PROTOCOL_FIELD_NUMBER
wew WORKER_ADDRESS_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny ServiceConfig.WorkerConfig
ServiceConfig.WorkerConfig
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierzAdres Dyspozytora ()
 The address of the dispatcher to register with.
com.google.protobuf.ByteString
getDispatcherAddressBytes ()
 The address of the dispatcher to register with.
długi
getDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
długi
getHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
długi
pobierzPort ()
 The port for the worker to bind to.
Strunowy
pobierz protokół ()
 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.
wew
końcowy com.google.protobuf.UnknownFieldSet
Strunowy
getWorkerAddress ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
wew
końcowa wartość logiczna
statyczny ServiceConfig.WorkerConfig.Builder
statyczny ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig.Builder
statyczny ServiceConfig.WorkerConfig
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny ServiceConfig.WorkerConfig
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane ByteBuffer)
statyczny ServiceConfig.WorkerConfig
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny ServiceConfig.WorkerConfig
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane com.google.protobuf.ByteString)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
ServiceConfig.WorkerConfig.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int DISPATCHER_ADDRESS_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int PORT_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int PROTOCOL_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int WORKER_ADDRESS_FIELD_NUMBER

Wartość stała: 4

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

public static ServiceConfig.WorkerConfig getDefaultInstance ()

public ServiceConfig.WorkerConfig getDefaultInstanceForType ()

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

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;

publiczny długi getDispatcherTimeoutMs ()

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

publiczne długie pobieranieHeartbeatIntervalMs ()

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

publiczny getParserForType ()

publiczny długi 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;

publiczny ciąg 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;

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny ciąg 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;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny ServiceConfig.WorkerConfig.Builder newBuilder (prototyp ServiceConfig.WorkerConfig )

publiczny statyczny ServiceConfig.WorkerConfig.Builder newBuilder ()

public ServiceConfig.WorkerConfig.Builder newBuilderForType ()

public static ServiceConfig.WorkerConfig parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny ServiceConfig.WorkerConfig parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (dane wejściowe wejściowe strumienia wejściowego, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO
,
publiczna statyczna klasa końcowa ServiceConfig.WorkerConfig

 Configuration for a tf.data service WorkerServer.
 
Typ protobufa tensorflow.data.experimental.WorkerConfig

Klasy zagnieżdżone

klasa ServiceConfig.WorkerConfig.Builder
 Configuration for a tf.data service WorkerServer. 

Stałe

wew DISPATCHER_ADDRESS_FIELD_NUMBER
wew DISPATCHER_TIMEOUT_MS_FIELD_NUMBER
wew HEARTBEAT_INTERVAL_MS_FIELD_NUMBER
wew PORT_FIELD_NUMBER
wew PROTOCOL_FIELD_NUMBER
wew WORKER_ADDRESS_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny ServiceConfig.WorkerConfig
ServiceConfig.WorkerConfig
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierzAdres Dyspozytora ()
 The address of the dispatcher to register with.
com.google.protobuf.ByteString
getDispatcherAddressBytes ()
 The address of the dispatcher to register with.
długi
getDispatcherTimeoutMs ()
 How long to retry requests to the dispatcher before giving up and reporting
 an error.
długi
getHeartbeatIntervalMs ()
 How often the worker should heartbeat to the master.
długi
pobierzPort ()
 The port for the worker to bind to.
Strunowy
pobierz protokół ()
 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.
wew
końcowy com.google.protobuf.UnknownFieldSet
Strunowy
getWorkerAddress ()
 The address of the worker server.
com.google.protobuf.ByteString
getWorkerAddressBytes ()
 The address of the worker server.
wew
końcowa wartość logiczna
statyczny ServiceConfig.WorkerConfig.Builder
statyczny ServiceConfig.WorkerConfig.Builder
ServiceConfig.WorkerConfig.Builder
statyczny ServiceConfig.WorkerConfig
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny ServiceConfig.WorkerConfig
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane ByteBuffer)
statyczny ServiceConfig.WorkerConfig
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny ServiceConfig.WorkerConfig
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane com.google.protobuf.ByteString)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny ServiceConfig.WorkerConfig
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
ServiceConfig.WorkerConfig.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int DISPATCHER_ADDRESS_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int DISPATCHER_TIMEOUT_MS_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int HEARTBEAT_INTERVAL_MS_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int PORT_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int PROTOCOL_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int WORKER_ADDRESS_FIELD_NUMBER

Wartość stała: 4

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

public static ServiceConfig.WorkerConfig getDefaultInstance ()

public ServiceConfig.WorkerConfig getDefaultInstanceForType ()

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

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;

publiczny długi getDispatcherTimeoutMs ()

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

publiczne długie pobieranieHeartbeatIntervalMs ()

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

publiczny getParserForType ()

publiczny długi 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;

publiczny ciąg 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;

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny ciąg 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;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny ServiceConfig.WorkerConfig.Builder newBuilder (prototyp ServiceConfig.WorkerConfig )

publiczny statyczny ServiceConfig.WorkerConfig.Builder newBuilder ()

public ServiceConfig.WorkerConfig.Builder newBuilderForType ()

public static ServiceConfig.WorkerConfig parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny ServiceConfig.WorkerConfig parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static ServiceConfig.WorkerConfig parseFrom (dane wejściowe wejściowe strumienia wejściowego, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static ServiceConfig.WorkerConfig parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO