Class: Google::Cloud::AIPlatform::V1::GetBatchPredictionJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetBatchPredictionJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.GetBatchPredictionJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the BatchPredictionJob resource.
Format:
projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}
.
555 556 557 558 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 555 class GetBatchPredictionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |