Class: Aws::SageMaker::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_category ⇒ String
The category of the job to delete.
-
#job_name ⇒ String
The name of the job to delete.
Instance Attribute Details
#job_category ⇒ String
The category of the job to delete.
16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16116 class DeleteJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job to delete.
16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16116 class DeleteJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |