Uses of Class
com.google.cloud.aiplatform.v1beta1.InputDataConfig.DestinationCase
-
Packages that use InputDataConfig.DestinationCase Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of InputDataConfig.DestinationCase in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return InputDataConfig.DestinationCase Modifier and Type Method Description static InputDataConfig.DestinationCaseInputDataConfig.DestinationCase. forNumber(int value)InputDataConfig.DestinationCaseInputDataConfig.Builder. getDestinationCase()InputDataConfig.DestinationCaseInputDataConfig. getDestinationCase()InputDataConfig.DestinationCaseInputDataConfigOrBuilder. getDestinationCase()static InputDataConfig.DestinationCaseInputDataConfig.DestinationCase. valueOf(int value)Deprecated.static InputDataConfig.DestinationCaseInputDataConfig.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.
-