sagemaker_list_model_metadata: Lists the domain, framework, task, and model name of standard...

View source: R/sagemaker_operations.R

sagemaker_list_model_metadataR Documentation

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

Description

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.


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