aws.sagemaker.list_model_metadata
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_metadata;Description
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
Table Definition
| Column Name | Column Data Type |
|---|---|
| search_expression Input Column 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. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| domain The machine learning domain of the model. | VARCHAR |
| framework The machine learning framework of the model. | VARCHAR |
| framework_version The framework version of the model. | VARCHAR |
| model The name of the model. | VARCHAR |
| task The machine learning task of the model. | VARCHAR |