public static interface Examples.ExampleGcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Examples.ExampleGcsSource.DataFormat |
getDataFormat()
The format in which instances are given, if not specified, assume it's
JSONL format.
|
int |
getDataFormatValue()
The format in which instances are given, if not specified, assume it's
JSONL format.
|
GcsSource |
getGcsSource()
The Cloud Storage location for the input instances.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.
|
boolean |
hasGcsSource()
The Cloud Storage location for the input instances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDataFormatValue()
The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
.google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;
Examples.ExampleGcsSource.DataFormat getDataFormat()
The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
.google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;
boolean hasGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;GcsSource getGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;GcsSourceOrBuilder getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;Copyright © 2025 Google LLC. All rights reserved.