Class: Aws::SageMaker::Types::StopAIBenchmarkJobResponse

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_arnString

The Amazon Resource Name (ARN) of the stopped benchmark job.

Returns:

  • (String)


50745
50746
50747
50748
50749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50745

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