Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MonitoringScheduleState.
The state to Specify the monitoring pipeline.
Protobuf type google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.MonitoringScheduleState
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ModelDeploymentMonitoringJobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MONITORING_SCHEDULE_STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The pipeline is picked up and wait to run.
Generated from protobuf enum PENDING = 1;
OFFLINE
Value: 2
The pipeline is offline and will be scheduled for next run.
Generated from protobuf enum OFFLINE = 2;
RUNNING
Value: 3
The pipeline is running.
Generated from protobuf enum RUNNING = 3;