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