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.ValueCaseFeatureValue.ValueCase. forNumber(int value)FeatureValue.ValueCaseFeatureValue.Builder. getValueCase()FeatureValue.ValueCaseFeatureValue. getValueCase()FeatureValue.ValueCaseFeatureValueOrBuilder. getValueCase()static FeatureValue.ValueCaseFeatureValue.ValueCase. valueOf(int value)Deprecated.static FeatureValue.ValueCaseFeatureValue.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.
-