Uses of Class
com.google.cloud.datalabeling.v1beta1.EvaluationConfig.VerticalOptionCase
-
Packages that use EvaluationConfig.VerticalOptionCase Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EvaluationConfig.VerticalOptionCase in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EvaluationConfig.VerticalOptionCase Modifier and Type Method Description static EvaluationConfig.VerticalOptionCase
EvaluationConfig.VerticalOptionCase. forNumber(int value)
EvaluationConfig.VerticalOptionCase
EvaluationConfig.Builder. getVerticalOptionCase()
EvaluationConfig.VerticalOptionCase
EvaluationConfig. getVerticalOptionCase()
EvaluationConfig.VerticalOptionCase
EvaluationConfigOrBuilder. getVerticalOptionCase()
static EvaluationConfig.VerticalOptionCase
EvaluationConfig.VerticalOptionCase. valueOf(int value)
Deprecated.static EvaluationConfig.VerticalOptionCase
EvaluationConfig.VerticalOptionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static EvaluationConfig.VerticalOptionCase[]
EvaluationConfig.VerticalOptionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-