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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


50733
50734
50735
50736
50737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50733

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