Class: Aws::SageMaker::Types::StopCompilationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopCompilationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass StopCompilationJobRequest data as a hash:
{
compilation_job_name: "EntityName", # required
}
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.
17621 17622 17623 17624 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17621 class StopCompilationJobRequest < Struct.new( :compilation_job_name) include Aws::Structure end |