public static interface BatchPredictionJob.InputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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.v1.BigQuerySource bigquery_source = 3;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.v1.BigQuerySource bigquery_source = 3;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.v1.BigQuerySource bigquery_source = 3;String getInstancesFormat()
Required. The format in which instances are given, must be one of the [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model] [supported_input_storage_formats][google.cloud.aiplatform.v1.Model.supported_input_storage_formats].
string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInstancesFormatBytes()
Required. The format in which instances are given, must be one of the [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model] [supported_input_storage_formats][google.cloud.aiplatform.v1.Model.supported_input_storage_formats].
string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];BatchPredictionJob.InputConfig.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.