Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::InputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb

Overview

Configures the input to BatchPredictionJob. See Model.supported_input_storage_formats for Model's supported input formats, and how instances should be expressed via any of them.

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_source::Google::Cloud::AIPlatform::V1::BigQuerySource

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

Returns:

  • (::Google::Cloud::AIPlatform::V1::BigQuerySource)

    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.



248
249
250
251
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 248

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_source::Google::Cloud::AIPlatform::V1::GcsSource

Returns The Cloud Storage location for the input instances.

Returns:



248
249
250
251
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 248

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instances_format::String

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

Returns:

  • (::String)

    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.



248
249
250
251
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 248

class InputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end