Class: Aws::SageMaker::Types::StopAIBenchmarkJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopAIBenchmarkJobRequest
- 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 stop.
Instance Attribute Details
#ai_benchmark_job_name ⇒ String
The name of the AI benchmark job to stop.
51551 51552 51553 51554 51555 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 51551 class StopAIBenchmarkJobRequest < Struct.new( :ai_benchmark_job_name) SENSITIVE = [] include Aws::Structure end |