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