Class ConfiguredModelAlgorithmAssociationReference
A reference to a ConfiguredModelAlgorithmAssociation resource.
Inherited Members
Namespace: Amazon.CDK.Interfaces.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfiguredModelAlgorithmAssociationReference : IConfiguredModelAlgorithmAssociationReference
Syntax (vb)
Public Class ConfiguredModelAlgorithmAssociationReference Implements IConfiguredModelAlgorithmAssociationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CleanRoomsML;
var configuredModelAlgorithmAssociationReference = new ConfiguredModelAlgorithmAssociationReference {
ConfiguredModelAlgorithmAssociationArn = "configuredModelAlgorithmAssociationArn"
};
Synopsis
Constructors
| ConfiguredModelAlgorithmAssociationReference() | A reference to a ConfiguredModelAlgorithmAssociation resource. |
Properties
| ConfiguredModelAlgorithmAssociationArn | The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation resource. |
Constructors
ConfiguredModelAlgorithmAssociationReference()
A reference to a ConfiguredModelAlgorithmAssociation resource.
public ConfiguredModelAlgorithmAssociationReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CleanRoomsML;
var configuredModelAlgorithmAssociationReference = new ConfiguredModelAlgorithmAssociationReference {
ConfiguredModelAlgorithmAssociationArn = "configuredModelAlgorithmAssociationArn"
};
Properties
ConfiguredModelAlgorithmAssociationArn
The ConfiguredModelAlgorithmAssociationArn of the ConfiguredModelAlgorithmAssociation resource.
public string ConfiguredModelAlgorithmAssociationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated