Class: Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateDataQualityJobDefinitionResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
6172 6173 6174 6175 6176 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6172 class CreateDataQualityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end |