Class ReadTensorboardBlobDataRequest (1.9.0)

ReadTensorboardBlobDataRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for TensorboardService.ReadTensorboardBlobData.

Attributes

NameDescription
time_series str
Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}'
blob_ids Sequence[str]
IDs of the blobs to read.

Inheritance

builtins.object > proto.message.Message > ReadTensorboardBlobDataRequest