Uses of Class
software.amazon.awssdk.services.batch.model.SubmitServiceJobRequest
-
Packages that use SubmitServiceJobRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of SubmitServiceJobRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type SubmitServiceJobRequest Modifier and Type Method Description default CompletableFuture<SubmitServiceJobResponse>BatchAsyncClient. submitServiceJob(SubmitServiceJobRequest 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. -
Uses of SubmitServiceJobRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type SubmitServiceJobRequest Modifier and Type Method Description SdkHttpFullRequestSubmitServiceJobRequestMarshaller. marshall(SubmitServiceJobRequest submitServiceJobRequest)
-