Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob.MonitoringScheduleState
-
Packages that use ModelDeploymentMonitoringJob.MonitoringScheduleState Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ModelDeploymentMonitoringJob.MonitoringScheduleState in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelDeploymentMonitoringJob.MonitoringScheduleState Modifier and Type Method Description static ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob.MonitoringScheduleState. forNumber(int value)
ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob.Builder. getScheduleState()
Output only.ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob. getScheduleState()
Output only.ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJobOrBuilder. getScheduleState()
Output only.static ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob.MonitoringScheduleState. valueOf(int value)
Deprecated.static ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob.MonitoringScheduleState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ModelDeploymentMonitoringJob.MonitoringScheduleState
ModelDeploymentMonitoringJob.MonitoringScheduleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelDeploymentMonitoringJob.MonitoringScheduleState[]
ModelDeploymentMonitoringJob.MonitoringScheduleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelDeploymentMonitoringJob.MonitoringScheduleState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ModelDeploymentMonitoringJob.MonitoringScheduleState>
ModelDeploymentMonitoringJob.MonitoringScheduleState. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelDeploymentMonitoringJob.MonitoringScheduleState Modifier and Type Method Description ModelDeploymentMonitoringJob.Builder
ModelDeploymentMonitoringJob.Builder. setScheduleState(ModelDeploymentMonitoringJob.MonitoringScheduleState value)
Output only.
-