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 ListResourceCatalogs operation. Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListResourceCatalogsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListResourceCatalogsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Use this parameter to search for ResourceCatalogs created after a specific date and time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Use this parameter to search for ResourceCatalogs created before a specific date and time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results returned by ListResourceCatalogs.

Public Property NameContains System.String

Gets and sets the property NameContains.

A string that partially matches one or more ResourceCatalogs names. Filters ResourceCatalog by name.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to resume pagination of ListResourceCatalogs results.

Public Property SortBy Amazon.SageMaker.ResourceCatalogSortBy

Gets and sets the property SortBy.

The value on which the resource catalog list is sorted.

Public Property SortOrder Amazon.SageMaker.ResourceCatalogSortOrder

Gets and sets the property SortOrder.

The order in which the resource catalogs 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