Class CfnDomain.CustomImageProperty
A custom SageMaker AI image.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CustomImageProperty : Object, CfnDomain.ICustomImageProperty
Syntax (vb)
Public Class CustomImageProperty
Inherits Object
Implements CfnDomain.ICustomImageProperty
Remarks
For more information, see Bring your own SageMaker AI image .
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 customImageProperty = new CustomImageProperty {
AppImageConfigName = "appImageConfigName",
ImageName = "imageName",
// the properties below are optional
ImageVersionNumber = 123
};
Synopsis
Constructors
Custom |
Properties
App |
The name of the AppImageConfig. |
Image |
The name of the CustomImage. |
Image |
The version number of the CustomImage. |
Constructors
CustomImageProperty()
public CustomImageProperty()
Properties
AppImageConfigName
The name of the AppImageConfig.
public string AppImageConfigName { get; set; }
Property Value
System.
Remarks
ImageName
The name of the CustomImage.
public string ImageName { get; set; }
Property Value
System.
Remarks
ImageVersionNumber
The version number of the CustomImage.
public Nullable<double> ImageVersionNumber { get; set; }
Property Value
System.