Show / Hide Table of Contents

Class CfnImageVersionMixinProps

Properties for CfnImageVersionPropsMixin.

Inheritance
object
CfnImageVersionMixinProps
Implements
ICfnImageVersionMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnImageVersionMixinProps : ICfnImageVersionMixinProps
Syntax (vb)
Public Class CfnImageVersionMixinProps Implements ICfnImageVersionMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var cfnImageVersionMixinProps = new CfnImageVersionMixinProps {
                 Alias = "alias",
                 Aliases = new [] { "aliases" },
                 BaseImage = "baseImage",
                 Horovod = false,
                 ImageName = "imageName",
                 JobType = "jobType",
                 MlFramework = "mlFramework",
                 Processor = "processor",
                 ProgrammingLang = "programmingLang",
                 ReleaseNotes = "releaseNotes",
                 VendorGuidance = "vendorGuidance"
             };

Synopsis

Constructors

CfnImageVersionMixinProps()

Properties for CfnImageVersionPropsMixin.

Properties

Alias

The alias of the image version.

Aliases

List of aliases for the image version.

BaseImage

The container image that the SageMaker image version is based on.

Horovod

Indicates Horovod compatibility.

ImageName

The name of the parent image.

JobType

Indicates SageMaker job type compatibility.

MlFramework

The machine learning framework vended in the image version.

Processor

Indicates CPU or GPU compatibility.

ProgrammingLang

The supported programming language and its version.

ReleaseNotes

The maintainer description of the image version.

VendorGuidance

The availability of the image version specified by the maintainer.

Constructors

CfnImageVersionMixinProps()

Properties for CfnImageVersionPropsMixin.

public CfnImageVersionMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var cfnImageVersionMixinProps = new CfnImageVersionMixinProps {
                 Alias = "alias",
                 Aliases = new [] { "aliases" },
                 BaseImage = "baseImage",
                 Horovod = false,
                 ImageName = "imageName",
                 JobType = "jobType",
                 MlFramework = "mlFramework",
                 Processor = "processor",
                 ProgrammingLang = "programmingLang",
                 ReleaseNotes = "releaseNotes",
                 VendorGuidance = "vendorGuidance"
             };

Properties

Alias

The alias of the image version.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-alias

Aliases

List of aliases for the image version.

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

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-aliases

BaseImage

The container image that the SageMaker image version is based on.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-baseimage

Horovod

Indicates Horovod compatibility.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-horovod

Type union: either bool or IResolvable

ImageName

The name of the parent image.

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

string

Remarks

Length Constraints : Minimum length of 1. Maximum length of 63.

Pattern : ^a-zA-Z0-9{0,62}$

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-imagename

JobType

Indicates SageMaker job type compatibility.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-jobtype

MlFramework

The machine learning framework vended in the image version.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-mlframework

Processor

Indicates CPU or GPU compatibility.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-processor

ProgrammingLang

The supported programming language and its version.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-programminglang

ReleaseNotes

The maintainer description of the image version.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-releasenotes

VendorGuidance

The availability of the image version specified by the maintainer.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-imageversion.html#cfn-sagemaker-imageversion-vendorguidance

Implements

ICfnImageVersionMixinProps
Back to top Generated by DocFX