Class TensorboardBlob (1.0.1)

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

One blob (e.g, image, graph) viewable on a blob metric plot. .. attribute:: id

Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.

:type: str

Attribute

NameDescription
data bytes
Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

Inheritance

builtins.object > proto.message.Message > TensorboardBlob