Enum Examples.ExampleGcsSource.DataFormat (3.42.0)

public enum Examples.ExampleGcsSource.DataFormat extends Enum<Examples.ExampleGcsSource.DataFormat> implements ProtocolMessageEnum

The format of the input example instances.

Protobuf enum google.cloud.aiplatform.v1beta1.Examples.ExampleGcsSource.DataFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATA_FORMAT_UNSPECIFIED

Format unspecified, used when unset.

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

Format unspecified, used when unset.

DATA_FORMAT_UNSPECIFIED = 0;

JSONL

Examples are stored in JSONL files.

JSONL = 1;

JSONL_VALUE

Examples are stored in JSONL files.

JSONL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()