sagemaker_list_model_cards: List existing model cards

View source: R/sagemaker_operations.R

sagemaker_list_model_cardsR Documentation

List existing model cards

Description

List existing model cards.

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

Usage

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

Arguments

CreationTimeAfter

Only list model cards that were created after the time specified.

CreationTimeBefore

Only list model cards that were created before the time specified.

MaxResults

The maximum number of model cards to list.

NameContains

Only list model cards with names that contain the specified string.

ModelCardStatus

Only list model cards with the specified approval status.

NextToken

If the response to a previous list_model_cards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

SortBy

Sort model cards by either name or creation time. Sorts by creation time by default.

SortOrder

Sort model cards by ascending or descending order.


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