Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for a tf.data service DispatchServer.
The port for the dispatcher to bind to. A value of 0 indicates that the dispatcher may bind to any available port.
The protocol for the dispatcher to use when connecting to workers.
A work directory to use for storing dispatcher state, and for recovering during restarts. The empty string indicates not to use any work directory.
Whether to run in fault tolerant mode, where dispatcher state is saved across restarts. Requires that `work_dir` is nonempty.
How often the dispatcher should scan through to delete old and unused jobs.
How long a job needs to be unused before it becomes a candidate for garbage collection.
This stores the metadata information present in each snapshot record.
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
Run ID that this snapshot corresponds to.
Time when we started creating this snapshot.
Version of the snapshot data file format.
A list of tensor dtype corresponding to each element of the snapshot.
The number of elements in the snapshot.
Each SnapshotRecord represents one batch of pre-processed input data. A batch consists of a list of tensors that we encode as TensorProtos. This message doesn't store the structure of the batch.
Metadata for all the tensors in a Snapshot Record.
Metadata for a single tensor in the Snapshot Record.
Used in:
Number of uncompressed bytes used to store the tensor representation.
Configuration for a tf.data service WorkerServer.
The port for the worker to bind to. A value of 0 indicates that the worker may bind to any available port.
The protocol for the worker to use when connecting to the dispatcher.
The address of the dispatcher to register with.
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`.
How often the worker should heartbeat to the master.
How long to retry requests to the dispatcher before giving up and reporting an error.