Class ExampleGcsSource (1.48.0)

ExampleGcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Cloud Storage input instances.

Attributes

NameDescription
data_format google.cloud.aiplatform_v1.types.Examples.ExampleGcsSource.DataFormat
The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
gcs_source google.cloud.aiplatform_v1.types.GcsSource
The Cloud Storage location for the input instances.

Classes

DataFormat

DataFormat(value)

The format of the input example instances.

Values: DATA_FORMAT_UNSPECIFIED (0): Format unspecified, used when unset. JSONL (1): Examples are stored in JSONL files.

Methods

ExampleGcsSource

ExampleGcsSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Cloud Storage input instances.