Module: Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob::MonitoringScheduleState
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb
Overview
The state to Specify the monitoring pipeline.
Constant Summary collapse
- MONITORING_SCHEDULE_STATE_UNSPECIFIED =
Unspecified state.
0
- PENDING =
The pipeline is picked up and wait to run.
1
- OFFLINE =
The pipeline is offline and will be scheduled for next run.
2
- RUNNING =
The pipeline is running.
3