Class: Aws::SageMaker::Types::DeleteAIBenchmarkJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIBenchmarkJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_benchmark_job_name ⇒ String
The name of the AI benchmark job to delete.
Instance Attribute Details
#ai_benchmark_job_name ⇒ String
The name of the AI benchmark job to delete.
15262 15263 15264 15265 15266 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15262 class DeleteAIBenchmarkJobRequest < Struct.new( :ai_benchmark_job_name) SENSITIVE = [] include Aws::Structure end |