Enum ModelDeploymentMonitoringJob.MonitoringScheduleState (3.42.0)

public enum ModelDeploymentMonitoringJob.MonitoringScheduleState extends Enum<ModelDeploymentMonitoringJob.MonitoringScheduleState> implements ProtocolMessageEnum

The state to Specify the monitoring pipeline.

Protobuf enum google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.MonitoringScheduleState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MONITORING_SCHEDULE_STATE_UNSPECIFIED

Unspecified state.

MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;

MONITORING_SCHEDULE_STATE_UNSPECIFIED_VALUE

Unspecified state.

MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;

OFFLINE

The pipeline is offline and will be scheduled for next run.

OFFLINE = 2;

OFFLINE_VALUE

The pipeline is offline and will be scheduled for next run.

OFFLINE = 2;

PENDING

The pipeline is picked up and wait to run.

PENDING = 1;

PENDING_VALUE

The pipeline is picked up and wait to run.

PENDING = 1;

RUNNING

The pipeline is running.

RUNNING = 3;

RUNNING_VALUE

The pipeline is running.

RUNNING = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()