Class: Aws::SageMaker::Types::CreateModelQualityJobDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelQualityJobDefinitionResponse
- 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 model quality monitoring job.
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model quality monitoring job.
8671 8672 8673 8674 8675 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8671 class CreateModelQualityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end |