AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeImageVersion operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeImageVersionResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeImageVersionResponse : AmazonWebServiceResponse

The DescribeImageVersionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BaseImage System.String

Gets and sets the property BaseImage.

The registry path of the container image on which this image version is based.

Public Property ContainerImage System.String

Gets and sets the property ContainerImage.

The registry path of the container image that contains this image version.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

When the version was created.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

When a create or delete operation fails, the reason for the failure.

Public Property Horovod System.Boolean

Gets and sets the property Horovod.

Indicates Horovod compatibility.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImageArn System.String

Gets and sets the property ImageArn.

The ARN of the image the version is based on.

Public Property ImageVersionArn System.String

Gets and sets the property ImageVersionArn.

The ARN of the version.

Public Property ImageVersionStatus Amazon.SageMaker.ImageVersionStatus

Gets and sets the property ImageVersionStatus.

The status of the version.

Public Property JobType Amazon.SageMaker.JobType

Gets and sets the property JobType.

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

When the version was last modified.

Public Property MLFramework System.String

Gets and sets the property MLFramework.

The machine learning framework vended in the image version.

Public Property Processor Amazon.SageMaker.Processor

Gets and sets the property Processor.

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

Public Property ProgrammingLang System.String

Gets and sets the property ProgrammingLang.

The supported programming language and its version.

Public Property ReleaseNotes System.String

Gets and sets the property ReleaseNotes.

The maintainer description of the image version.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property VendorGuidance Amazon.SageMaker.VendorGuidance

Gets and sets the property VendorGuidance.

The stability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

Public Property Version System.Int32

Gets and sets the property Version.

The version number.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5