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