Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::InstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchPredictionJob::InstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb
Overview
Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.
Instance Attribute Summary collapse
-
#excluded_fields ⇒ ::Array<::String>
Fields that will be excluded in the prediction instance that is sent to the Model.
-
#included_fields ⇒ ::Array<::String>
Fields that will be included in the prediction instance that is sent to the Model.
-
#instance_type ⇒ ::String
The format of the instance that the Model accepts.
-
#key_field ⇒ ::String
The name of the field that is considered as a key.
Instance Attribute Details
#excluded_fields ⇒ ::Array<::String>
343 344 345 346 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 343 class InstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#included_fields ⇒ ::Array<::String>
343 344 345 346 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 343 class InstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_type ⇒ ::String
343 344 345 346 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 343 class InstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_field ⇒ ::String
343 344 345 346 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 343 class InstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |