Interface Examples.ExampleGcsSourceOrBuilder (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface Examples.ExampleGcsSourceOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |