sagemaker_list_resource_catalogs: Lists Amazon SageMaker Catalogs based on given filters and...

View source: R/sagemaker_operations.R

sagemaker_list_resource_catalogsR Documentation

Lists Amazon SageMaker Catalogs based on given filters and orders

Description

Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

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

Usage

sagemaker_list_resource_catalogs(
  NameContains = NULL,
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  SortOrder = NULL,
  SortBy = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

NameContains

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

CreationTimeAfter

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

CreationTimeBefore

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

SortOrder

The order in which the resource catalogs are listed.

SortBy

The value on which the resource catalog list is sorted.

MaxResults

The maximum number of results returned by list_resource_catalogs.

NextToken

A token to resume pagination of list_resource_catalogs results.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.