Package com.google.cloud.aiplatform.v1
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
Modifier and TypeMethodDescriptionThe BigQuery location of the input table.The BigQuery location of the input table.The Cloud Storage location for the input instances.The Cloud Storage location for the input instances.Required.com.google.protobuf.ByteStringRequired.A Vertex Managed Dataset.A Vertex Managed Dataset.booleanThe BigQuery location of the input table.booleanThe Cloud Storage location for the input instances.booleanA Vertex Managed Dataset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGcsSource
boolean hasGcsSource()The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1.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.v1.GcsSource gcs_source = 2;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1.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.v1.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.v1.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.v1.BigQuerySource bigquery_source = 3; -
hasVertexMultimodalDatasetSource
boolean hasVertexMultimodalDatasetSource()A Vertex Managed Dataset. Currently, only datasets of type Multimodal are supported.
.google.cloud.aiplatform.v1.VertexMultimodalDatasetSource vertex_multimodal_dataset_source = 4;- Returns:
- Whether the vertexMultimodalDatasetSource field is set.
-
getVertexMultimodalDatasetSource
VertexMultimodalDatasetSource getVertexMultimodalDatasetSource()A Vertex Managed Dataset. Currently, only datasets of type Multimodal are supported.
.google.cloud.aiplatform.v1.VertexMultimodalDatasetSource vertex_multimodal_dataset_source = 4;- Returns:
- The vertexMultimodalDatasetSource.
-
getVertexMultimodalDatasetSourceOrBuilder
VertexMultimodalDatasetSourceOrBuilder getVertexMultimodalDatasetSourceOrBuilder()A Vertex Managed Dataset. Currently, only datasets of type Multimodal are supported.
.google.cloud.aiplatform.v1.VertexMultimodalDatasetSource vertex_multimodal_dataset_source = 4; -
getInstancesFormat
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];- 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.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];- Returns:
- The bytes for instancesFormat.
-
getSourceCase
BatchPredictionJob.InputConfig.SourceCase getSourceCase()
-