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