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