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 BatchPredictionJobNameBatchPredictionJobName.Builder. build()static BatchPredictionJobNameBatchPredictionJobName. of(String project, String location, String batchPredictionJob)static BatchPredictionJobNameBatchPredictionJobName. 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 voidJobServiceClient. cancelBatchPredictionJob(BatchPredictionJobName name)Cancels a BatchPredictionJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>JobServiceClient. deleteBatchPredictionJobAsync(BatchPredictionJobName name)Deletes a BatchPredictionJob.BatchPredictionJobJobServiceClient. 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)
-