Uses of Class
com.google.cloud.aiplatform.v1.BatchPredictionJob.OutputInfo.OutputLocationCase
-
Packages that use BatchPredictionJob.OutputInfo.OutputLocationCase Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of BatchPredictionJob.OutputInfo.OutputLocationCase in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchPredictionJob.OutputInfo.OutputLocationCase Modifier and Type Method Description static BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.OutputInfo.OutputLocationCase. forNumber(int value)BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.OutputInfo.Builder. getOutputLocationCase()BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.OutputInfo. getOutputLocationCase()BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.OutputInfoOrBuilder. getOutputLocationCase()static BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.OutputInfo.OutputLocationCase. valueOf(int value)Deprecated.static BatchPredictionJob.OutputInfo.OutputLocationCaseBatchPredictionJob.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.
-