Show / Hide Table of Contents

Class CfnConfiguredModelAlgorithmPropsMixin.ContainerConfigProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html

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

public string[]? Arguments { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html#cfn-cleanroomsml-configuredmodelalgorithm-containerconfig-arguments

Entrypoint

public string[]? Entrypoint { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html#cfn-cleanroomsml-configuredmodelalgorithm-containerconfig-entrypoint

ImageUri

public string? ImageUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html#cfn-cleanroomsml-configuredmodelalgorithm-containerconfig-imageuri

MetricDefinitions

public object? MetricDefinitions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-containerconfig.html#cfn-cleanroomsml-configuredmodelalgorithm-containerconfig-metricdefinitions

Type union: either IResolvable or (either IResolvable or CfnConfiguredModelAlgorithmPropsMixin.IMetricDefinitionProperty)[]

Implements

CfnConfiguredModelAlgorithmPropsMixin.IContainerConfigProperty
Back to top Generated by DocFX