Enum OutputFieldSpec.FieldType (3.74.0)

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

ProtocolMessageEnum

Static Fields

Name Description
AUDIO

Audio field type.

AUDIO = 4;

AUDIO_VALUE

Audio field type.

AUDIO = 4;

CONTENT

Arbitrary content field type.

CONTENT = 1;

CONTENT_VALUE

Arbitrary content field type.

CONTENT = 1;

FIELD_TYPE_UNSPECIFIED

Field type is unspecified.

FIELD_TYPE_UNSPECIFIED = 0;

FIELD_TYPE_UNSPECIFIED_VALUE

Field type is unspecified.

FIELD_TYPE_UNSPECIFIED = 0;

IMAGE

Image field type.

IMAGE = 3;

IMAGE_VALUE

Image field type.

IMAGE = 3;

TEXT

Text field type.

TEXT = 2;

TEXT_VALUE

Text field type.

TEXT = 2;

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()