Class: Aws::SageMaker::Types::StopAIBenchmarkJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_benchmark_job_nameString

The name of the AI benchmark job to stop.

Returns:

  • (String)


50456
50457
50458
50459
50460
# File 'lib/aws-sdk-sagemaker/types.rb', line 50456

class StopAIBenchmarkJobRequest < Struct.new(
  :ai_benchmark_job_name)
  SENSITIVE = []
  include Aws::Structure
end