Amazon.PowerShell.Cmdlets.BAT.AmazonBatchClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name of the service job. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
The job queue into which the service job is submitted. You can specify either the name or the ARN of the queue. The job queue must have the type SAGEMAKER_TRAINING.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-PreemptionConfiguration_PreemptionRetriesBeforeTermination <
Int32>
The number of times a service job can be retried after it is preempted. A job will be terminated when preemption retries have been exhausted. If this field is unset, preempted jobs will be requeued an unlimited number of times.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-RetryStrategy_Attempt <
Int32>
The number of times to move a service job to RUNNABLE status. You can specify between 1 and 10 attempts.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | RetryStrategy_Attempts |
Array of ServiceJobEvaluateOnExit objects that specify conditions under which the service job should be retried or failed. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-SchedulingPriority <
Int32>
The scheduling priority of the service job. Valid values are integers between 0 and 9999.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Batch.Model.SubmitServiceJobResponse). Specifying the name of a property of type Amazon.Batch.Model.SubmitServiceJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The type of service job. For SageMaker Training jobs, specify SAGEMAKER_TRAINING.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ServiceRequestPayload <
String>
The request, in JSON, for the service that the SubmitServiceJob operation is queueing.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The tags that you apply to the service job request. Each tag consists of a key and an optional value. For more information, see
Tagging your Batch resources. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Tags |
-TimeoutConfig_AttemptDurationSecond <
Int32>
The maximum duration in seconds that a service job attempt can run. After this time is reached, Batch terminates the service job attempt.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | TimeoutConfig_AttemptDurationSeconds |