Enum TensorboardTimeSeries.ValueType (3.42.0)

public enum TensorboardTimeSeries.ValueType extends Enum<TensorboardTimeSeries.ValueType> implements ProtocolMessageEnum

An enum representing the value type of a TensorboardTimeSeries.

Protobuf enum google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOB_SEQUENCE

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

BLOB_SEQUENCE = 3;

BLOB_SEQUENCE_VALUE

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

BLOB_SEQUENCE = 3;

SCALAR

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

SCALAR = 1;

SCALAR_VALUE

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

SCALAR = 1;

TENSOR

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

TENSOR = 2;

TENSOR_VALUE

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

TENSOR = 2;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

The value type is unspecified.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

The value type is unspecified.

VALUE_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()