Google Cloud Ai Platform V1 Client - Class FieldType (1.37.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FieldType.

The data type of the field.

Protobuf type google.cloud.aiplatform.v1.OutputFieldSpec.FieldType

Namespace

Google \ Cloud \ AIPlatform \ V1 \ OutputFieldSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FIELD_TYPE_UNSPECIFIED

Value: 0

Field type is unspecified.

Generated from protobuf enum FIELD_TYPE_UNSPECIFIED = 0;

CONTENT

Value: 1

Arbitrary content field type.

Generated from protobuf enum CONTENT = 1;

TEXT

Value: 2

Text field type.

Generated from protobuf enum TEXT = 2;

IMAGE

Value: 3

Image field type.

Generated from protobuf enum IMAGE = 3;

AUDIO

Value: 4

Audio field type.

Generated from protobuf enum AUDIO = 4;