public enum ModelDeploymentMonitoringJob.MonitoringScheduleState extends Enum<ModelDeploymentMonitoringJob.MonitoringScheduleState> implements ProtocolMessageEnum
The state to Specify the monitoring pipeline.
Protobuf enum
google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.MonitoringScheduleState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MONITORING_SCHEDULE_STATE_UNSPECIFIED |
Unspecified state. |
MONITORING_SCHEDULE_STATE_UNSPECIFIED_VALUE |
Unspecified state. |
OFFLINE |
The pipeline is offline and will be scheduled for next run. |
OFFLINE_VALUE |
The pipeline is offline and will be scheduled for next run. |
PENDING |
The pipeline is picked up and wait to run. |
PENDING_VALUE |
The pipeline is picked up and wait to run. |
RUNNING |
The pipeline is running. |
RUNNING_VALUE |
The pipeline is running. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |