Show / Hide Table of Contents

Class ConfiguredModelAlgorithmAssociationReference

A reference to a ConfiguredModelAlgorithmAssociation resource.

Inheritance
object
ConfiguredModelAlgorithmAssociationReference
Implements
IConfiguredModelAlgorithmAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConfiguredModelAlgorithmAssociationReference
Back to top Generated by DocFX