Show / Hide Table of Contents

Class CfnConfiguredModelAlgorithmPropsMixin.InferenceContainerConfigProperty

Inheritance
object
CfnConfiguredModelAlgorithmPropsMixin.InferenceContainerConfigProperty
Implements
CfnConfiguredModelAlgorithmPropsMixin.IInferenceContainerConfigProperty
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.InferenceContainerConfigProperty : CfnConfiguredModelAlgorithmPropsMixin.IInferenceContainerConfigProperty
Syntax (vb)
Public Class CfnConfiguredModelAlgorithmPropsMixin.InferenceContainerConfigProperty Implements CfnConfiguredModelAlgorithmPropsMixin.IInferenceContainerConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-inferencecontainerconfig.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 inferenceContainerConfigProperty = new InferenceContainerConfigProperty {
                 ImageUri = "imageUri"
             };

Synopsis

Constructors

InferenceContainerConfigProperty()

Properties

ImageUri

Constructors

InferenceContainerConfigProperty()

public InferenceContainerConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithm-inferencecontainerconfig.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 inferenceContainerConfigProperty = new InferenceContainerConfigProperty {
                 ImageUri = "imageUri"
             };

Properties

ImageUri

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

string

Remarks

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

Implements

CfnConfiguredModelAlgorithmPropsMixin.IInferenceContainerConfigProperty
Back to top Generated by DocFX