public static enum TensorboardTimeSeries.ValueType extends Enum<TensorboardTimeSeries.ValueType> implements com.google.protobuf.ProtocolMessageEnum
An enum representing the value type of a TensorboardTimeSeries.Protobuf enum
google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType| Enum Constant and Description |
|---|
BLOB_SEQUENCE
Used for TensorboardTimeSeries that is a list of blob sequences.
|
SCALAR
Used for TensorboardTimeSeries that is a list of scalars.
|
TENSOR
Used for TensorboardTimeSeries that is a list of tensors.
|
UNRECOGNIZED |
VALUE_TYPE_UNSPECIFIED
The value type is unspecified.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOB_SEQUENCE_VALUE
Used for TensorboardTimeSeries that is a list of blob sequences.
|
static int |
SCALAR_VALUE
Used for TensorboardTimeSeries that is a list of scalars.
|
static int |
TENSOR_VALUE
Used for TensorboardTimeSeries that is a list of tensors.
|
static int |
VALUE_TYPE_UNSPECIFIED_VALUE
The value type is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static TensorboardTimeSeries.ValueType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TensorboardTimeSeries.ValueType> |
internalGetValueMap() |
static TensorboardTimeSeries.ValueType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TensorboardTimeSeries.ValueType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TensorboardTimeSeries.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TensorboardTimeSeries.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TensorboardTimeSeries.ValueType VALUE_TYPE_UNSPECIFIED
The value type is unspecified.
VALUE_TYPE_UNSPECIFIED = 0;public static final TensorboardTimeSeries.ValueType SCALAR
Used for TensorboardTimeSeries that is a list of scalars. E.g. accuracy of a model over epochs/time.
SCALAR = 1;public static final TensorboardTimeSeries.ValueType 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;public static final TensorboardTimeSeries.ValueType 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;public static final TensorboardTimeSeries.ValueType UNRECOGNIZED
public static final int VALUE_TYPE_UNSPECIFIED_VALUE
The value type is unspecified.
VALUE_TYPE_UNSPECIFIED = 0;public static final int SCALAR_VALUE
Used for TensorboardTimeSeries that is a list of scalars. E.g. accuracy of a model over epochs/time.
SCALAR = 1;public static final int 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;public static final int 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;public static TensorboardTimeSeries.ValueType[] values()
for (TensorboardTimeSeries.ValueType c : TensorboardTimeSeries.ValueType.values()) System.out.println(c);
public static TensorboardTimeSeries.ValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TensorboardTimeSeries.ValueType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TensorboardTimeSeries.ValueType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TensorboardTimeSeries.ValueType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TensorboardTimeSeries.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.