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