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