public enum RagMetadataSchemaDetails.DataType extends Enum<RagMetadataSchemaDetails.DataType> implements ProtocolMessageEnumData type of the metadata.
Protobuf enum google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.DataType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BOOLEAN |
Boolean type. |
BOOLEAN_VALUE |
Boolean type. |
DATA_TYPE_UNSPECIFIED |
Unspecified type. |
DATA_TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
DATETIME |
Supported formats: %Y-%m-%dT%H:%M:%ES%Ez (absl::RFC3339_full) %Y-%m-%dT%H:%M:%ES %Y-%m-%dT%H:%M%Ez %Y-%m-%dT%H:%M %Y-%m-%dT%H%Ez %Y-%m-%dT%H %Y-%m-%d%Ez %Y-%m-%d %Y-%m %Y |
DATETIME_VALUE |
Supported formats: %Y-%m-%dT%H:%M:%ES%Ez (absl::RFC3339_full) %Y-%m-%dT%H:%M:%ES %Y-%m-%dT%H:%M%Ez %Y-%m-%dT%H:%M %Y-%m-%dT%H%Ez %Y-%m-%dT%H %Y-%m-%d%Ez %Y-%m-%d %Y-%m %Y |
FLOAT |
Float type. |
FLOAT_VALUE |
Float type. |
INTEGER |
Integer type. |
INTEGER_VALUE |
Integer type. |
LIST |
List type.
|
LIST_VALUE |
List type.
|
STRING |
String type. |
STRING_VALUE |
String type. |
UNRECOGNIZED |
|
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() |
|