Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchPredictionJob::InputConfig
- 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
-
#bigquery_source ⇒ ::Google::Cloud::AIPlatform::V1::BigQuerySource
The BigQuery location of the input table.
-
#gcs_source ⇒ ::Google::Cloud::AIPlatform::V1::GcsSource
The Cloud Storage location for the input instances.
-
#instances_format ⇒ ::String
Required.
Instance Attribute Details
#bigquery_source ⇒ ::Google::Cloud::AIPlatform::V1::BigQuerySource
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 242 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::AIPlatform::V1::GcsSource
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 242 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances_format ⇒ ::String
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 242 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |