Class: Aws::SageMaker::Types::DeleteAIBenchmarkJobResponse

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 deleted benchmark job.

Returns:

  • (String)


15274
15275
15276
15277
15278
# File 'lib/aws-sdk-sagemaker/types.rb', line 15274

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