Skip to contents

Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.

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

Usage

sagemaker_list_model_metadata(
  SearchExpression = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

SearchExpression

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.

NextToken

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

MaxResults

The maximum number of models to return in the response.