Uses of Class
com.google.cloud.aiplatform.v1beta1.JobState
-
Packages that use JobState Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of JobState in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return JobState Modifier and Type Method Description static JobStateJobState. forNumber(int value)JobStateBatchPredictionJob.Builder. getState()Output only.JobStateBatchPredictionJob. getState()Output only.JobStateBatchPredictionJobOrBuilder. getState()Output only.JobStateCustomJob.Builder. getState()Output only.JobStateCustomJob. getState()Output only.JobStateCustomJobOrBuilder. getState()Output only.JobStateDataLabelingJob.Builder. getState()Output only.JobStateDataLabelingJob. getState()Output only.JobStateDataLabelingJobOrBuilder. getState()Output only.JobStateHyperparameterTuningJob.Builder. getState()Output only.JobStateHyperparameterTuningJob. getState()Output only.JobStateHyperparameterTuningJobOrBuilder. getState()Output only.JobStateModelDeploymentMonitoringJob.Builder. getState()Output only.JobStateModelDeploymentMonitoringJob. getState()Output only.JobStateModelDeploymentMonitoringJobOrBuilder. getState()Output only.JobStateNasJob.Builder. getState()Output only.JobStateNasJob. getState()Output only.JobStateNasJobOrBuilder. getState()Output only.static JobStateJobState. valueOf(int value)Deprecated.static JobStateJobState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. 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 JobState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobState>JobState. internalGetValueMap()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type JobState Modifier and Type Method Description BatchPredictionJob.BuilderBatchPredictionJob.Builder. setState(JobState value)Output only.CustomJob.BuilderCustomJob.Builder. setState(JobState value)Output only.DataLabelingJob.BuilderDataLabelingJob.Builder. setState(JobState value)Output only.HyperparameterTuningJob.BuilderHyperparameterTuningJob.Builder. setState(JobState value)Output only.ModelDeploymentMonitoringJob.BuilderModelDeploymentMonitoringJob.Builder. setState(JobState value)Output only.NasJob.BuilderNasJob.Builder. setState(JobState value)Output only.
-