Uses of Class
software.amazon.awssdk.services.batch.model.SubmitServiceJobResponse
-
Packages that use SubmitServiceJobResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of SubmitServiceJobResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return SubmitServiceJobResponse Modifier and Type Method Description default SubmitServiceJobResponseBatchClient. submitServiceJob(Consumer<SubmitServiceJobRequest.Builder> submitServiceJobRequest)Submits a service job to a specified job queue to run on SageMaker AI.default SubmitServiceJobResponseBatchClient. submitServiceJob(SubmitServiceJobRequest submitServiceJobRequest)Submits a service job to a specified job queue to run on SageMaker AI.Methods in software.amazon.awssdk.services.batch that return types with arguments of type SubmitServiceJobResponse Modifier and Type Method Description default CompletableFuture<SubmitServiceJobResponse>BatchAsyncClient. submitServiceJob(Consumer<SubmitServiceJobRequest.Builder> submitServiceJobRequest)Submits a service job to a specified job queue to run on SageMaker AI.default CompletableFuture<SubmitServiceJobResponse>BatchAsyncClient. submitServiceJob(SubmitServiceJobRequest submitServiceJobRequest)Submits a service job to a specified job queue to run on SageMaker AI.
-