Class CfnConfiguredModelAlgorithmPropsMixin.ContainerConfigProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfiguredModelAlgorithmPropsMixin.ContainerConfigProperty : CfnConfiguredModelAlgorithmPropsMixin.IContainerConfigProperty
Syntax (vb)
Public Class CfnConfiguredModelAlgorithmPropsMixin.ContainerConfigProperty Implements CfnConfiguredModelAlgorithmPropsMixin.IContainerConfigProperty
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.CfnPropertyMixins.AWS.CleanRoomsML;
var containerConfigProperty = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
};
Synopsis
Constructors
| ContainerConfigProperty() |
Properties
| Arguments | |
| Entrypoint | |
| ImageUri | |
| MetricDefinitions |
Constructors
ContainerConfigProperty()
public ContainerConfigProperty()
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.CfnPropertyMixins.AWS.CleanRoomsML;
var containerConfigProperty = new ContainerConfigProperty {
Arguments = new [] { "arguments" },
Entrypoint = new [] { "entrypoint" },
ImageUri = "imageUri",
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} }
};
Properties
Arguments
Entrypoint
ImageUri
public string? ImageUri { get; set; }
Property Value
Remarks
MetricDefinitions
public object? MetricDefinitions { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnConfiguredModelAlgorithmPropsMixin.IMetricDefinitionProperty)[]