package tensorboard.service

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service TensorBoardExporterService

export_service.proto:12

Service for exporting data from TensorBoard.dev.

service TensorBoardWriterService

write_service.proto:13

Service for writing data to TensorBoard.dev.

message ApiServer

server_info.proto:75

Used in: ServerInfoResponse

message Blob

blob.proto:16

Used in: BlobSequenceEntry

message BlobSequence

blob.proto:28

Used in: StreamExperimentDataResponse.BlobSequencePoints

message BlobSequenceEntry

blob.proto:22

Used in: BlobSequence

enum BlobState

blob.proto:5

Used in: Blob, GetBlobMetadataResponse, WriteBlobResponse

message Compatibility

server_info.proto:68

Used in: ServerInfoResponse

enum CompatibilityVerdict

server_info.proto:55

Used in: Compatibility

message Experiment

experiment.proto:8

Resource message representing an Experiment.

Used in: StreamExperimentsResponse, UpdateExperimentRequest

message ExperimentMask

experiment.proto:44

Field mask for `Experiment` used in get and update RPCs. The `experiment_id` field is always implicitly considered to be set.

Used in: StreamExperimentsRequest, UpdateExperimentRequest

message ExperimentUrlFormat

server_info.proto:82

Used in: ServerInfoResponse

message PluginControl

server_info.proto:101

Used in: ServerInfoResponse

message PluginSpecification

server_info.proto:94

Used in: ServerInfoRequest

message PurgeStats

write_service.proto:115

Details about what actions were taken as a result of a purge request. These values are upper bounds; they may exceed the true values.

Used in: PurgeDataResponse

message ScalarPoint

scalar.proto:9

One point viewable on a scalar metric plot.

Used in: WriteScalarRequest.Tag

message ScalarPointMetadata

scalar.proto:19

Metadata for the ScalarPoints stored for one (Experiment, Run, Tag).

message ServerInfoRequest

server_info.proto:8

Request sent by uploader clients at the start of an upload session. Used to determine whether the client is recent enough to communicate with the server, and to receive any metadata needed for the upload session.

message ServerInfoResponse

server_info.proto:22

message StreamExperimentDataResponse.BlobSequencePoints

export_service.proto:149

Used in: StreamExperimentDataResponse

message StreamExperimentDataResponse.ScalarPoints

export_service.proto:127

Data for the scalars are stored in a columnar fashion to optimize it for exporting the data into textual formats like JSON. The data for the ith scalar is { steps[i], wall_times[i], values[i] }. The data here is sorted by step values in ascending order.

Used in: StreamExperimentDataResponse

message StreamExperimentDataResponse.TensorPoints

export_service.proto:140

Data for the Tensors are stored in a columnar fashion to optimize it for exporting the data into textual formats like JSON. The data for the ith tensor is { steps[i], wall_times[i], values[i] }. The data here is sorted by step values in ascending order.

Used in: StreamExperimentDataResponse

message TensorPoint

tensor.proto:10

One point viewable on a tensor metric plot.

Used in: WriteTensorRequest.Tag

message TensorTag

tensor.proto:20

Metadata for the TensorPoints stored for one (Experiment, Run, Tag).

message UploadLimits

server_info.proto:107

Used in: ServerInfoResponse

message WriteScalarRequest.Run

write_service.proto:131

All the data to store for one Run. This data will be stored under the corresponding run in the hosted storage. WriteScalarRequest is merged into the data store for the keyed run. The tags and included scalars will be the union of the data sent across all WriteScalarRequests. Metadata by default uses a 'first write wins' approach.

Used in: WriteScalarRequest

message WriteScalarRequest.Tag

write_service.proto:141

All the data to store for one Tag of one Run. This data will be stored under the corresponding run/tag in the hosted storage. A tag corresponds to a single time series.

Used in: Run

message WriteTensorRequest.Run

write_service.proto:170

All the data to store for one Run. This data will be stored under the corresponding run in the hosted storage. WriteTensorRequest is merged into the data store for the keyed run. The tags and included tensors will be the union of the data sent across all WriteTensorRequests. Metadata by default uses a 'first write wins' approach.

Used in: WriteTensorRequest

message WriteTensorRequest.Tag

write_service.proto:180

All the data to store for one Tag of one Run. This data will be stored under the corresponding run/tag in the hosted storage. A tag corresponds to a single time series.

Used in: Run