Google Cloud Ai Platform V1 Client - Class DataFormat (0.17.0)

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

The format of the input example instances.

Protobuf type google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

DATA_FORMAT_UNSPECIFIED

Value: 0

Format unspecified, used when unset.

Generated from protobuf enum DATA_FORMAT_UNSPECIFIED = 0;

JSONL

Value: 1

Examples are stored in JSONL files.

Generated from protobuf enum JSONL = 1;