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.
12327 12328 12329 12330 12331 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12327 class DescribeDataQualityJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |