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 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