Class: Aws::SageMaker::Types::DeleteAIBenchmarkJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIBenchmarkJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_benchmark_job_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted benchmark job.
Instance Attribute Details
#ai_benchmark_job_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted benchmark job.
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 |