interface ConfiguredModelAlgorithmAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CleanRoomsML.ConfiguredModelAlgorithmAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscleanroomsml#ConfiguredModelAlgorithmAssociationReference |
Java | software.amazon.awscdk.interfaces.cleanroomsml.ConfiguredModelAlgorithmAssociationReference |
Python | aws_cdk.interfaces.aws_cleanroomsml.ConfiguredModelAlgorithmAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_cleanroomsml » ConfiguredModelAlgorithmAssociationReference |
A reference to a ConfiguredModelAlgorithmAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as interfaces_cleanroomsml } from 'aws-cdk-lib/interfaces';
const configuredModelAlgorithmAssociationReference: interfaces_cleanroomsml.ConfiguredModelAlgorithmAssociationReference = {
configuredModelAlgorithmAssociationArn: 'configuredModelAlgorithmAssociationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| configured | string | The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation resource. |
configuredModelAlgorithmAssociationArn
Type:
string
The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation resource.

.NET
Go
Java
Python
TypeScript