Interface BatchPredictionJob.InputConfigOrBuilder

    • Method Detail

      • 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;
      • 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.