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