Class: Aws::SageMaker::Types::DescribeDataQualityJobDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDataQualityJobDefinitionRequest
- 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 describe.
Instance Attribute Details
#job_definition_name ⇒ String
The name of the data quality monitoring job definition to describe.
13182 13183 13184 13185 13186 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13182 class DescribeDataQualityJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |