public static enum ModelDeploymentMonitoringJob.MonitoringScheduleState extends Enum<ModelDeploymentMonitoringJob.MonitoringScheduleState> implements com.google.protobuf.ProtocolMessageEnum
The state to Specify the monitoring pipeline.Protobuf enum
google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.MonitoringScheduleState| Enum Constant and Description |
|---|
MONITORING_SCHEDULE_STATE_UNSPECIFIED
Unspecified state.
|
OFFLINE
The pipeline is offline and will be scheduled for next run.
|
PENDING
The pipeline is picked up and wait to run.
|
RUNNING
The pipeline is running.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MONITORING_SCHEDULE_STATE_UNSPECIFIED_VALUE
Unspecified state.
|
static int |
OFFLINE_VALUE
The pipeline is offline and will be scheduled for next run.
|
static int |
PENDING_VALUE
The pipeline is picked up and wait to run.
|
static int |
RUNNING_VALUE
The pipeline is running.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelDeploymentMonitoringJob.MonitoringScheduleState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringJob.MonitoringScheduleState> |
internalGetValueMap() |
static ModelDeploymentMonitoringJob.MonitoringScheduleState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ModelDeploymentMonitoringJob.MonitoringScheduleState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ModelDeploymentMonitoringJob.MonitoringScheduleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDeploymentMonitoringJob.MonitoringScheduleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDeploymentMonitoringJob.MonitoringScheduleState MONITORING_SCHEDULE_STATE_UNSPECIFIED
Unspecified state.
MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;public static final ModelDeploymentMonitoringJob.MonitoringScheduleState PENDING
The pipeline is picked up and wait to run.
PENDING = 1;public static final ModelDeploymentMonitoringJob.MonitoringScheduleState OFFLINE
The pipeline is offline and will be scheduled for next run.
OFFLINE = 2;public static final ModelDeploymentMonitoringJob.MonitoringScheduleState RUNNING
The pipeline is running.
RUNNING = 3;public static final ModelDeploymentMonitoringJob.MonitoringScheduleState UNRECOGNIZED
public static final int MONITORING_SCHEDULE_STATE_UNSPECIFIED_VALUE
Unspecified state.
MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;public static final int PENDING_VALUE
The pipeline is picked up and wait to run.
PENDING = 1;public static final int OFFLINE_VALUE
The pipeline is offline and will be scheduled for next run.
OFFLINE = 2;public static final int RUNNING_VALUE
The pipeline is running.
RUNNING = 3;public static ModelDeploymentMonitoringJob.MonitoringScheduleState[] values()
for (ModelDeploymentMonitoringJob.MonitoringScheduleState c : ModelDeploymentMonitoringJob.MonitoringScheduleState.values()) System.out.println(c);
public static ModelDeploymentMonitoringJob.MonitoringScheduleState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ModelDeploymentMonitoringJob.MonitoringScheduleState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ModelDeploymentMonitoringJob.MonitoringScheduleState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringJob.MonitoringScheduleState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ModelDeploymentMonitoringJob.MonitoringScheduleState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.