Skip to content

Stop Ai Benchmark Job

sagemaker_stop_ai_benchmark_job R Documentation

Stops a running AI benchmark job

Description

Stops a running AI benchmark job.

Usage

sagemaker_stop_ai_benchmark_job(AIBenchmarkJobName)

Arguments

AIBenchmarkJobName

[required] The name of the AI benchmark job to stop.

Value

A list with the following syntax:

list(
  AIBenchmarkJobArn = "string"
)

Request syntax

svc$stop_ai_benchmark_job(
  AIBenchmarkJobName = "string"
)