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.

Container for the parameters to the ListAliases operation. Lists the aliases of a specified image or image version.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListAliasesRequest

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

Syntax

C#
public class ListAliasesRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListAliasesRequest type exposes the following members

Constructors

NameDescription
Public Method ListAliasesRequest()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

The alias of the image version.

Public Property ImageName System.String

Gets and sets the property ImageName.

The name of the image.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of aliases to return.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

Public Property Version System.Int32

Gets and sets the property Version.

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

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