public enum OutputFieldSpec.FieldType extends Enum<OutputFieldSpec.FieldType> implements ProtocolMessageEnum
The data type of the field.
Protobuf enum google.cloud.aiplatform.v1.OutputFieldSpec.FieldType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUDIO |
Audio field type. |
AUDIO_VALUE |
Audio field type. |
CONTENT |
Arbitrary content field type. |
CONTENT_VALUE |
Arbitrary content field type. |
FIELD_TYPE_UNSPECIFIED |
Field type is unspecified. |
FIELD_TYPE_UNSPECIFIED_VALUE |
Field type is unspecified. |
IMAGE |
Image field type. |
IMAGE_VALUE |
Image field type. |
TEXT |
Text field type. |
TEXT_VALUE |
Text field 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() |