Uses of Class
com.google.cloud.aiplatform.v1.BatchPredictionJobName
-
Packages that use BatchPredictionJobName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of BatchPredictionJobName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchPredictionJobName Modifier and Type Method Description BatchPredictionJobName
BatchPredictionJobName.Builder. build()
static BatchPredictionJobName
BatchPredictionJobName. of(String project, String location, String batchPredictionJob)
static BatchPredictionJobName
BatchPredictionJobName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type BatchPredictionJobName Modifier and Type Method Description static List<BatchPredictionJobName>
BatchPredictionJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type BatchPredictionJobName Modifier and Type Method Description void
JobServiceClient. cancelBatchPredictionJob(BatchPredictionJobName name)
Cancels a BatchPredictionJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceClient. deleteBatchPredictionJobAsync(BatchPredictionJobName name)
Deletes a BatchPredictionJob.BatchPredictionJob
JobServiceClient. getBatchPredictionJob(BatchPredictionJobName name)
Gets a BatchPredictionJobMethod parameters in com.google.cloud.aiplatform.v1 with type arguments of type BatchPredictionJobName Modifier and Type Method Description static List<String>
BatchPredictionJobName. toStringList(List<BatchPredictionJobName> values)
-