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.
13255 13256 13257 13258 13259 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13255 class DescribeDataQualityJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |