Show / Hide Table of Contents

Class CfnModelCard.ContainerProperty

Inheritance
System.Object
CfnModelCard.ContainerProperty
Implements
CfnModelCard.IContainerProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class ContainerProperty : Object, CfnModelCard.IContainerProperty
Syntax (vb)
Public Class ContainerProperty
    Inherits Object
    Implements CfnModelCard.IContainerProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-container.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.AWS.Sagemaker;

var containerProperty = new ContainerProperty {
    Image = "image",

    // the properties below are optional
    ModelDataUrl = "modelDataUrl",
    NearestModelName = "nearestModelName"
};

Synopsis

Constructors

ContainerProperty()

Properties

Image

CfnModelCard.ContainerProperty.Image.

ModelDataUrl

CfnModelCard.ContainerProperty.ModelDataUrl.

NearestModelName

CfnModelCard.ContainerProperty.NearestModelName.

Constructors

ContainerProperty()

public ContainerProperty()

Properties

Image

CfnModelCard.ContainerProperty.Image.

public string Image { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-container.html#cfn-sagemaker-modelcard-container-image

ModelDataUrl

CfnModelCard.ContainerProperty.ModelDataUrl.

public string ModelDataUrl { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-container.html#cfn-sagemaker-modelcard-container-modeldataurl

NearestModelName

CfnModelCard.ContainerProperty.NearestModelName.

public string NearestModelName { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-container.html#cfn-sagemaker-modelcard-container-nearestmodelname

Implements

CfnModelCard.IContainerProperty
Back to top Generated by DocFX