Class: Aws::SageMaker::Types::DeleteCompilationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteCompilationJobRequest
- 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 compilation job to delete.
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the compilation job to delete.
11303 11304 11305 11306 11307 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11303 class DeleteCompilationJobRequest < Struct.new( :compilation_job_name) SENSITIVE = [] include Aws::Structure end |