sagemaker_list_model_card_versions: List existing versions of an Amazon SageMaker Model Card

View source: R/sagemaker_operations.R

sagemaker_list_model_card_versionsR Documentation

List existing versions of an Amazon SageMaker Model Card

Description

List existing versions of an Amazon SageMaker Model Card.

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

Usage

sagemaker_list_model_card_versions(
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  MaxResults = NULL,
  ModelCardName,
  ModelCardStatus = NULL,
  NextToken = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

CreationTimeAfter

Only list model card versions that were created after the time specified.

CreationTimeBefore

Only list model card versions that were created before the time specified.

MaxResults

The maximum number of model card versions to list.

ModelCardName

[required] List model card versions for the model card with the specified name or Amazon Resource Name (ARN).

ModelCardStatus

Only list model card versions with the specified approval status.

NextToken

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

SortBy

Sort listed model card versions by version. Sorts by version by default.

SortOrder

Sort model card versions by ascending or descending order.


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