Class: Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the job definition.
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the job definition.
4637 4638 4639 4640 4641 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4637 class CreateDataQualityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end |