sagemaker_list_model_package_groups: Gets a list of the model groups in your Amazon Web Services...

View source: R/sagemaker_operations.R

sagemaker_list_model_package_groupsR Documentation

Gets a list of the model groups in your Amazon Web Services account

Description

Gets a list of the model groups in your Amazon Web Services account.

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

Usage

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

Arguments

CreationTimeAfter

A filter that returns only model groups created after the specified time.

CreationTimeBefore

A filter that returns only model groups created before the specified time.

MaxResults

The maximum number of results to return in the response.

NameContains

A string in the model group name. This filter returns only model groups whose name contains the specified string.

NextToken

If the result of the previous list_model_package_groups request was truncated, the response includes a NextToken. To retrieve the next set of model groups, use the token in the next request.

SortBy

The field to sort results by. The default is CreationTime.

SortOrder

The sort order for results. The default is Ascending.


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