Class TensorboardTimeSeries (1.13.0)

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

TensorboardTimeSeries maps to times series produced in training runs

Attributes

NameDescription
name str
Output only. Name of the TensorboardTimeSeries.
display_name str
Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
description str
Description of this TensorboardTimeSeries.
value_type google.cloud.aiplatform_v1.types.TensorboardTimeSeries.ValueType
Required. Immutable. Type of TensorboardTimeSeries value.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this TensorboardTimeSeries was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this TensorboardTimeSeries was last updated.
etag str
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
plugin_name str
Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
plugin_data bytes
Data of the current plugin, with the size limited to 65KB.
metadata google.cloud.aiplatform_v1.types.TensorboardTimeSeries.Metadata
Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.

Inheritance

builtins.object > proto.message.Message > TensorboardTimeSeries

Classes

Metadata

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

Describes metadata for a TensorboardTimeSeries.

ValueType

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.