SageMaker / Client / stop_ai_benchmark_job
stop_ai_benchmark_job¶
- SageMaker.Client.stop_ai_benchmark_job(**kwargs)¶
Stops a running AI benchmark job.
See also: AWS API Documentation
Request Syntax
response = client.stop_ai_benchmark_job( AIBenchmarkJobName='string' )
- Parameters:
AIBenchmarkJobName (string) –
[REQUIRED]
The name of the AI benchmark job to stop.
- Return type:
dict
- Returns:
Response Syntax
{ 'AIBenchmarkJobArn': 'string' }
Response Structure
(dict) –
AIBenchmarkJobArn (string) –
The Amazon Resource Name (ARN) of the stopped benchmark job.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound