Class CfnModelCard.ContainerProperty
Inheritance
System.Object
    CfnModelCard.ContainerProperty
  Implements
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
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 | 
  | 
    
| ModelDataUrl | 
  | 
    
| NearestModelName | 
  | 
    
Constructors
ContainerProperty()
public ContainerProperty()
  Properties
Image
CfnModelCard.ContainerProperty.Image.
public string Image { get; set; }
  Property Value
System.String
Remarks
ModelDataUrl
CfnModelCard.ContainerProperty.ModelDataUrl.
public string ModelDataUrl { get; set; }
  Property Value
System.String
Remarks
NearestModelName
CfnModelCard.ContainerProperty.NearestModelName.
public string NearestModelName { get; set; }
  Property Value
System.String