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