Class: Aws::SageMaker::Types::DescribeDataQualityJobDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDataQualityJobDefinitionRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
13294 13295 13296 13297 13298 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13294 class DescribeDataQualityJobDefinitionRequest < Struct.new( :job_definition_name) SENSITIVE = [] include Aws::Structure end |