ModelQualityJobDefinitionReference
- class aws_cdk.interfaces.aws_sagemaker.ModelQualityJobDefinitionReference(*, job_definition_arn)
Bases:
objectA reference to a ModelQualityJobDefinition resource.
- Parameters:
job_definition_arn (
str) – The JobDefinitionArn of the ModelQualityJobDefinition resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_sagemaker as interfaces_aws_sagemaker model_quality_job_definition_reference = interfaces_aws_sagemaker.ModelQualityJobDefinitionReference( job_definition_arn="jobDefinitionArn" )
Attributes
- job_definition_arn
The JobDefinitionArn of the ModelQualityJobDefinition resource.