Class ExampleGcsSource (1.50.0)

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

The Cloud Storage input instances.

Attributes

Name Description
data_format google.cloud.aiplatform_v1beta1.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_v1beta1.types.GcsSource
The Cloud Storage location for the input instances.

Classes

DataFormat

DataFormat(value)

The format of the input example instances.

Enum 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.