Class: Aws::SageMaker::Types::DeleteCompilationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteCompilationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ String
The name of the compilation job to delete.
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the compilation job to delete.
11272 11273 11274 11275 11276 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11272 class DeleteCompilationJobRequest < Struct.new( :compilation_job_name) SENSITIVE = [] include Aws::Structure end |