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

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_arnString

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

Returns:

  • (String)


50468
50469
50470
50471
50472
# File 'lib/aws-sdk-sagemaker/types.rb', line 50468

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