Interface BatchPredictionJob.InputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchPredictionJob.InputConfig
,BatchPredictionJob.InputConfig.Builder
- Enclosing class:
- BatchPredictionJob
public static interface BatchPredictionJob.InputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQuerySource
getBigquerySource()
The BigQuery location of the input table.BigQuerySourceOrBuilder
getBigquerySourceOrBuilder()
The BigQuery location of the input table.GcsSource
getGcsSource()
The Cloud Storage location for the input instances.GcsSourceOrBuilder
getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.String
getInstancesFormat()
Required.com.google.protobuf.ByteString
getInstancesFormatBytes()
Required.BatchPredictionJob.InputConfig.SourceCase
getSourceCase()
boolean
hasBigquerySource()
The BigQuery location of the input table.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
-
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;
-
hasBigquerySource
boolean hasBigquerySource()
The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
- Returns:
- Whether the bigquerySource field is set.
-
getBigquerySource
BigQuerySource getBigquerySource()
The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
- Returns:
- The bigquerySource.
-
getBigquerySourceOrBuilder
BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
.google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 3;
-
getInstancesFormat
String getInstancesFormat()
Required. The format in which instances are given, must be one of the [Model's][google.cloud.aiplatform.v1beta1.BatchPredictionJob.model] [supported_input_storage_formats][google.cloud.aiplatform.v1beta1.Model.supported_input_storage_formats].
string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The instancesFormat.
-
getInstancesFormatBytes
com.google.protobuf.ByteString getInstancesFormatBytes()
Required. The format in which instances are given, must be one of the [Model's][google.cloud.aiplatform.v1beta1.BatchPredictionJob.model] [supported_input_storage_formats][google.cloud.aiplatform.v1beta1.Model.supported_input_storage_formats].
string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for instancesFormat.
-
getSourceCase
BatchPredictionJob.InputConfig.SourceCase getSourceCase()
-
-