Class: Google::Cloud::AIPlatform::V1::CreateBatchPredictionJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateBatchPredictionJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.CreateBatchPredictionJob.
Instance Attribute Summary collapse
-
#batch_prediction_job ⇒ ::Google::Cloud::AIPlatform::V1::BatchPredictionJob
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#batch_prediction_job ⇒ ::Google::Cloud::AIPlatform::V1::BatchPredictionJob
Returns Required. The BatchPredictionJob to create.
543 544 545 546 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 543 class CreateBatchPredictionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the
BatchPredictionJob in. Format: projects/{project}/locations/{location}
.
543 544 545 546 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 543 class CreateBatchPredictionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |