Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::ValueType (v0.2.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::ValueType.

An enum representing the value type of a TensorboardTimeSeries.

Constants

VALUE_TYPE_UNSPECIFIED

value: 0
The value type is unspecified.

SCALAR

value: 1
Used for TensorboardTimeSeries that is a list of scalars. E.g. accuracy of a model over epochs/time.

TENSOR

value: 2
Used for TensorboardTimeSeries that is a list of tensors. E.g. histograms of weights of layer in a model over epoch/time.

BLOB_SEQUENCE

value: 3
Used for TensorboardTimeSeries that is a list of blob sequences. E.g. set of sample images with labels over epochs/time.