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