Interface Examples.ExampleGcsSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Examples.ExampleGcsSource
,Examples.ExampleGcsSource.Builder
- Enclosing class:
- Examples
public static interface Examples.ExampleGcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataFormatValue
int 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.v1beta1.Examples.ExampleGcsSource.DataFormat data_format = 1;
- Returns:
- The enum numeric value on the wire for dataFormat.
-
getDataFormat
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.v1beta1.Examples.ExampleGcsSource.DataFormat data_format = 1;
- Returns:
- The dataFormat.
-
hasGcsSource
boolean hasGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 2;
-
-