Interface Examples.ExampleGcsSourceOrBuilder (1.11.0)

publicstaticinterface Examples.ExampleGcsSourceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataFormat()

publicabstractExamples.ExampleGcsSource.DataFormatgetDataFormat()

The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.

.google.cloud.vertexai.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;

Returns
Type Description
Examples.ExampleGcsSource.DataFormat

The dataFormat.

getDataFormatValue()

publicabstractintgetDataFormatValue()

The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.

.google.cloud.vertexai.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;

Returns
Type Description
int

The enum numeric value on the wire for dataFormat.

getGcsSource()

publicabstractGcsSourcegetGcsSource()

The Cloud Storage location for the input instances.

.google.cloud.vertexai.v1.GcsSource gcs_source = 2;

Returns
Type Description
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

publicabstractGcsSourceOrBuildergetGcsSourceOrBuilder()

The Cloud Storage location for the input instances.

.google.cloud.vertexai.v1.GcsSource gcs_source = 2;

Returns
Type Description
GcsSourceOrBuilder

hasGcsSource()

publicabstractbooleanhasGcsSource()

The Cloud Storage location for the input instances.

.google.cloud.vertexai.v1.GcsSource gcs_source = 2;

Returns
Type Description
boolean

Whether the gcsSource field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.