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