Class: Aws::SageMaker::Types::StopCompilationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopCompilationJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ String
The name of the model compilation job to stop.
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the model compilation job to stop.
41704 41705 41706 41707 41708 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41704 class StopCompilationJobRequest < Struct.new( :compilation_job_name) SENSITIVE = [] include Aws::Structure end |