Class: Google::Cloud::AIPlatform::V1::ResumeModelDeploymentMonitoringJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ResumeModelDeploymentMonitoringJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.ResumeModelDeploymentMonitoringJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ModelDeploymentMonitoringJob to resume.
Format:
projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
.
876 877 878 879 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 876 class ResumeModelDeploymentMonitoringJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |