public enum TensorboardTimeSeries.ValueType extends Enum<TensorboardTimeSeries.ValueType> implements ProtocolMessageEnumAn enum representing the value type of a TensorboardTimeSeries.
Protobuf enum google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
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_VALUE |
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. |
SCALAR_VALUE |
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. |
TENSOR_VALUE |
Used for TensorboardTimeSeries that is a list of tensors. E.g. histograms of weights of layer in a model over epoch/time. |
UNRECOGNIZED |
|
VALUE_TYPE_UNSPECIFIED |
The value type is unspecified. |
VALUE_TYPE_UNSPECIFIED_VALUE |
The value type is unspecified. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|