ConfiguredModelAlgorithmReference

class aws_cdk.interfaces.aws_cleanroomsml.ConfiguredModelAlgorithmReference(*, configured_model_algorithm_arn)

Bases: object

A reference to a ConfiguredModelAlgorithm resource.

Parameters:

configured_model_algorithm_arn (str) – The ConfiguredModelAlgorithmArn of the ConfiguredModelAlgorithm 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_reference = interfaces_cleanroomsml.ConfiguredModelAlgorithmReference(
    configured_model_algorithm_arn="configuredModelAlgorithmArn"
)

Attributes

configured_model_algorithm_arn

The ConfiguredModelAlgorithmArn of the ConfiguredModelAlgorithm resource.