Class CfnConfiguredModelAlgorithmPropsMixin
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfiguredModelAlgorithmPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnConfiguredModelAlgorithmPropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConfiguredModelAlgorithmPropsMixin = new CfnConfiguredModelAlgorithmPropsMixin(new CfnConfiguredModelAlgorithmMixinProps {
Description = "description",
InferenceContainerConfig = new InferenceContainerConfigProperty {
ImageUri = "imageUri"
},
KmsKeyArn = "kmsKeyArn",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingContainerConfig = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
}
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnConfiguredModelAlgorithmPropsMixin(ICfnConfiguredModelAlgorithmMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type. |
| Props | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type. |
| Strategy | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnConfiguredModelAlgorithmPropsMixin(ICfnConfiguredModelAlgorithmMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::CleanRoomsML::ConfiguredModelAlgorithm.
public CfnConfiguredModelAlgorithmPropsMixin(ICfnConfiguredModelAlgorithmMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnConfiguredModelAlgorithmMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConfiguredModelAlgorithmPropsMixin = new CfnConfiguredModelAlgorithmPropsMixin(new CfnConfiguredModelAlgorithmMixinProps {
Description = "description",
InferenceContainerConfig = new InferenceContainerConfigProperty {
ImageUri = "imageUri"
},
KmsKeyArn = "kmsKeyArn",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingContainerConfig = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
}
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type.
protected virtual ICfnConfiguredModelAlgorithmMixinProps Props { get; }
Property Value
ICfnConfiguredModelAlgorithmMixinProps
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConfiguredModelAlgorithmPropsMixin = new CfnConfiguredModelAlgorithmPropsMixin(new CfnConfiguredModelAlgorithmMixinProps {
Description = "description",
InferenceContainerConfig = new InferenceContainerConfigProperty {
ImageUri = "imageUri"
},
KmsKeyArn = "kmsKeyArn",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingContainerConfig = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
}
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnConfiguredModelAlgorithmPropsMixin = new CfnConfiguredModelAlgorithmPropsMixin(new CfnConfiguredModelAlgorithmMixinProps {
Description = "description",
InferenceContainerConfig = new InferenceContainerConfigProperty {
ImageUri = "imageUri"
},
KmsKeyArn = "kmsKeyArn",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingContainerConfig = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
}
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithm
Mixin: true
ExampleMetadata: fixture=_generated