Cloud AI Platform v1 API - Enum TensorboardTimeSeries.Types.ValueType (2.27.0)

public enum TensorboardTimeSeries.Types.ValueType

Reference documentation and code samples for the Cloud AI Platform v1 API enum TensorboardTimeSeries.Types.ValueType.

An enum representing the value type of a TensorboardTimeSeries.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
BlobSequence

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

Scalar

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

Tensor

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

Unspecified

The value type is unspecified.