Uses of Class
com.google.cloud.datalabeling.v1beta1.EvaluationJob.State
-
Packages that use EvaluationJob.State Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EvaluationJob.State in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EvaluationJob.State Modifier and Type Method Description static EvaluationJob.StateEvaluationJob.State. forNumber(int value)EvaluationJob.StateEvaluationJob.Builder. getState()Output only.EvaluationJob.StateEvaluationJob. getState()Output only.EvaluationJob.StateEvaluationJobOrBuilder. getState()Output only.static EvaluationJob.StateEvaluationJob.State. valueOf(int value)Deprecated.static EvaluationJob.StateEvaluationJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EvaluationJob.StateEvaluationJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationJob.State[]EvaluationJob.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type EvaluationJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<EvaluationJob.State>EvaluationJob.State. internalGetValueMap()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type EvaluationJob.State Modifier and Type Method Description EvaluationJob.BuilderEvaluationJob.Builder. setState(EvaluationJob.State value)Output only.
-