ModelDeploymentMonitoringJob_MonitoringScheduleState class final
The state to Specify the monitoring pipeline.
- Inheritance
-
- Object
- ProtoEnum
- ModelDeploymentMonitoringJob_MonitoringScheduleState
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const ModelDeploymentMonitoringJob_MonitoringScheduleState
- The default value for ModelDeploymentMonitoringJob_MonitoringScheduleState.
- monitoringScheduleStateUnspecified → const ModelDeploymentMonitoringJob_MonitoringScheduleState
- Unspecified state.
- offline → const ModelDeploymentMonitoringJob_MonitoringScheduleState
- The pipeline is offline and will be scheduled for next run.
- pending → const ModelDeploymentMonitoringJob_MonitoringScheduleState
- The pipeline is picked up and wait to run.
- running → const ModelDeploymentMonitoringJob_MonitoringScheduleState
- The pipeline is running.