public enum Feature.ValueType extends Enum<Feature.ValueType> implements ProtocolMessageEnumAn enum representing the value type of a feature.
Protobuf enum google.cloud.aiplatform.v1beta1.Feature.ValueType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BOOL | Used for Feature that is a boolean. |
| BOOL_ARRAY | Used for Feature that is a list of boolean. |
| BOOL_ARRAY_VALUE | Used for Feature that is a list of boolean. |
| BOOL_VALUE | Used for Feature that is a boolean. |
| BYTES | Used for Feature that is bytes. |
| BYTES_VALUE | Used for Feature that is bytes. |
| DOUBLE | Used for Feature that is double. |
| DOUBLE_ARRAY | Used for Feature that is a list of double. |
| DOUBLE_ARRAY_VALUE | Used for Feature that is a list of double. |
| DOUBLE_VALUE | Used for Feature that is double. |
| INT64 | Used for Feature that is INT64. |
| INT64_ARRAY | Used for Feature that is a list of INT64. |
| INT64_ARRAY_VALUE | Used for Feature that is a list of INT64. |
| INT64_VALUE | Used for Feature that is INT64. |
| STRING | Used for Feature that is string. |
| STRING_ARRAY | Used for Feature that is a list of String. |
| STRING_ARRAY_VALUE | Used for Feature that is a list of String. |
| STRING_VALUE | Used for Feature that is string. |
| 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() |