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 ListAppImageConfigs operation. Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListAppImageConfigsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListAppImageConfigsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

A filter that returns only AppImageConfigs created on or after the specified time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

A filter that returns only AppImageConfigs created on or before the specified time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

Public Property ModifiedTimeAfter System.DateTime

Gets and sets the property ModifiedTimeAfter.

A filter that returns only AppImageConfigs modified on or after the specified time.

Public Property ModifiedTimeBefore System.DateTime

Gets and sets the property ModifiedTimeBefore.

A filter that returns only AppImageConfigs modified on or before the specified time.

Public Property NameContains System.String

Gets and sets the property NameContains.

A filter that returns only AppImageConfigs whose name contains the specified string.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

Public Property SortBy Amazon.SageMaker.AppImageConfigSortKey

Gets and sets the property SortBy.

The property used to sort results. The default value is CreationTime.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order. The default value is Descending.

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