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.

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.DeployedImage

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

Syntax

C#
public class DeployedImage

The DeployedImage type exposes the following members

Constructors

NameDescription
Public Method DeployedImage()

Properties

NameTypeDescription
Public Property ResolutionTime System.DateTime

Gets and sets the property ResolutionTime.

The date and time when the image path for the model resolved to the ResolvedImage

Public Property ResolvedImage System.String

Gets and sets the property ResolvedImage.

The specific digest path of the image hosted in this ProductionVariant.

Public Property SpecifiedImage System.String

Gets and sets the property SpecifiedImage.

The image path you specified when you created the model.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5