ConfiguredModelAlgorithmAssociationReference

class aws_cdk.interfaces.aws_cleanroomsml.ConfiguredModelAlgorithmAssociationReference(*, configured_model_algorithm_association_arn)

Bases: object

A reference to a ConfiguredModelAlgorithmAssociation resource.

Parameters:

configured_model_algorithm_association_arn (str) – The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation 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_cleanroomsml as interfaces_cleanroomsml

configured_model_algorithm_association_reference = interfaces_cleanroomsml.ConfiguredModelAlgorithmAssociationReference(
    configured_model_algorithm_association_arn="configuredModelAlgorithmAssociationArn"
)

Attributes

configured_model_algorithm_association_arn

The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation resource.