SubmitServiceJobRequest
Types
Properties
A unique identifier for the request. This token is used to ensure idempotency of requests. If this parameter is specified and two submit requests with identical payloads and clientTokens are received, these requests are considered the same request and the second request is rejected.
Specifies the service job behavior when preempted.
The quota share for the service job. Don't specify this parameter if the job queue doesn't have a quota share scheduling policy. If the job queue has a quota share scheduling policy, then this parameter must be specified.
The retry strategy to use for failed service jobs that are submitted with this service job request.
The scheduling priority of the service job. Valid values are integers between 0 and 9999.
The type of service job. For SageMaker Training jobs, specify SAGEMAKER_TRAINING.
The request, in JSON, for the service that the SubmitServiceJob operation is queueing.
The share identifier for the service job. Don't specify this parameter if the job queue doesn't have a fair-share scheduling policy. If the job queue has a fair-share scheduling policy, then this parameter must be specified.
The timeout configuration for the service job. If none is specified, Batch defers to the default timeout of the underlying service handling the job.