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.State
EvaluationJob.State. forNumber(int value)
EvaluationJob.State
EvaluationJob.Builder. getState()
Output only.EvaluationJob.State
EvaluationJob. getState()
Output only.EvaluationJob.State
EvaluationJobOrBuilder. getState()
Output only.static EvaluationJob.State
EvaluationJob.State. valueOf(int value)
Deprecated.static EvaluationJob.State
EvaluationJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static EvaluationJob.State
EvaluationJob.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.Builder
EvaluationJob.Builder. setState(EvaluationJob.State value)
Output only.
-