Class: Aws::SageMaker::Types::DeleteDataQualityJobDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteDataQualityJobDefinitionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition_name ⇒ String
The name of the data quality monitoring job definition to delete.
Instance Attribute Details
#job_definition_name ⇒ String
The name of the data quality monitoring job definition to delete.
11227 11228 11229 11230 11231 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11227 class DeleteDataQualityJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |