Google Cloud Ai Platform V1 Client - Class DataFormat (0.30.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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Examples \ ExampleGcsSource

Methods

static::name

Parameter
NameDescription
value mixed

static::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;