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 ListFeatureGroups operation. List FeatureGroups based on given filter and order.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListFeatureGroupsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListFeatureGroupsRequest type exposes the following members

Constructors

NameDescription
Public Method ListFeatureGroupsRequest()

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

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

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

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

Public Property FeatureGroupStatusEquals Amazon.SageMaker.FeatureGroupStatus

Gets and sets the property FeatureGroupStatusEquals.

A FeatureGroup status. Filters by FeatureGroup status.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results returned by ListFeatureGroups.

Public Property NameContains System.String

Gets and sets the property NameContains.

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

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to resume pagination of ListFeatureGroups results.

Public Property OfflineStoreStatusEquals Amazon.SageMaker.OfflineStoreStatusValue

Gets and sets the property OfflineStoreStatusEquals.

An OfflineStore status. Filters by OfflineStore status.

Public Property SortBy Amazon.SageMaker.FeatureGroupSortBy

Gets and sets the property SortBy.

The value on which the feature group list is sorted.

Public Property SortOrder Amazon.SageMaker.FeatureGroupSortOrder

Gets and sets the property SortOrder.

The order in which feature groups are listed.

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