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