Class: Aws::SageMaker::Types::CreateAIBenchmarkJobResponse

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

Returns:

  • (String)


8553
8554
8555
8556
8557
# File 'lib/aws-sdk-sagemaker/types.rb', line 8553

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