sagemaker_list_model_metadata {paws.machine.learning} | R 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 |
MaxResults |
The maximum number of models to return in the response. |