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.VerticalOptionCaseEvaluationConfig.VerticalOptionCase. forNumber(int value)EvaluationConfig.VerticalOptionCaseEvaluationConfig.Builder. getVerticalOptionCase()EvaluationConfig.VerticalOptionCaseEvaluationConfig. getVerticalOptionCase()EvaluationConfig.VerticalOptionCaseEvaluationConfigOrBuilder. getVerticalOptionCase()static EvaluationConfig.VerticalOptionCaseEvaluationConfig.VerticalOptionCase. valueOf(int value)Deprecated.static EvaluationConfig.VerticalOptionCaseEvaluationConfig.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.
-