sagemaker_list_feature_groups: List FeatureGroups based on given filter and order

View source: R/sagemaker_operations.R

sagemaker_list_feature_groupsR Documentation

List FeatureGroups based on given filter and order

Description

List FeatureGroups based on given filter and order.

See https://www.paws-r-sdk.com/docs/sagemaker_list_feature_groups/ for full documentation.

Usage

sagemaker_list_feature_groups(
  NameContains = NULL,
  FeatureGroupStatusEquals = NULL,
  OfflineStoreStatusEquals = NULL,
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  SortOrder = NULL,
  SortBy = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

NameContains

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

FeatureGroupStatusEquals

A FeatureGroup status. Filters by FeatureGroup status.

OfflineStoreStatusEquals

An OfflineStore status. Filters by OfflineStore status.

CreationTimeAfter

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

CreationTimeBefore

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

SortOrder

The order in which feature groups are listed.

SortBy

The value on which the feature group list is sorted.

MaxResults

The maximum number of results returned by list_feature_groups.

NextToken

A token to resume pagination of list_feature_groups results.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.