| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListModelMetadata
Description
Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.
This operation returns paginated results.
Synopsis
- data ListModelMetadata = ListModelMetadata' {}
 - newListModelMetadata :: ListModelMetadata
 - listModelMetadata_maxResults :: Lens' ListModelMetadata (Maybe Natural)
 - listModelMetadata_nextToken :: Lens' ListModelMetadata (Maybe Text)
 - listModelMetadata_searchExpression :: Lens' ListModelMetadata (Maybe ModelMetadataSearchExpression)
 - data ListModelMetadataResponse = ListModelMetadataResponse' {}
 - newListModelMetadataResponse :: Int -> ListModelMetadataResponse
 - listModelMetadataResponse_nextToken :: Lens' ListModelMetadataResponse (Maybe Text)
 - listModelMetadataResponse_httpStatus :: Lens' ListModelMetadataResponse Int
 - listModelMetadataResponse_modelMetadataSummaries :: Lens' ListModelMetadataResponse [ModelMetadataSummary]
 
Creating a Request
data ListModelMetadata Source #
See: newListModelMetadata smart constructor.
Constructors
| ListModelMetadata' | |
Fields 
  | |
Instances
newListModelMetadata :: ListModelMetadata Source #
Create a value of ListModelMetadata with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListModelMetadata', listModelMetadata_maxResults - The maximum number of models to return in the response.
ListModelMetadata, listModelMetadata_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.
$sel:searchExpression:ListModelMetadata', listModelMetadata_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.
Request Lenses
listModelMetadata_maxResults :: Lens' ListModelMetadata (Maybe Natural) Source #
The maximum number of models to return in the response.
listModelMetadata_nextToken :: Lens' ListModelMetadata (Maybe Text) Source #
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.
listModelMetadata_searchExpression :: Lens' ListModelMetadata (Maybe ModelMetadataSearchExpression) Source #
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.
Destructuring the Response
data ListModelMetadataResponse Source #
See: newListModelMetadataResponse smart constructor.
Constructors
| ListModelMetadataResponse' | |
Fields 
  | |
Instances
newListModelMetadataResponse Source #
Create a value of ListModelMetadataResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListModelMetadata, listModelMetadataResponse_nextToken - A token for getting the next set of recommendations, if there are any.
$sel:httpStatus:ListModelMetadataResponse', listModelMetadataResponse_httpStatus - The response's http status code.
$sel:modelMetadataSummaries:ListModelMetadataResponse', listModelMetadataResponse_modelMetadataSummaries - A structure that holds model metadata.
Response Lenses
listModelMetadataResponse_nextToken :: Lens' ListModelMetadataResponse (Maybe Text) Source #
A token for getting the next set of recommendations, if there are any.
listModelMetadataResponse_httpStatus :: Lens' ListModelMetadataResponse Int Source #
The response's http status code.
listModelMetadataResponse_modelMetadataSummaries :: Lens' ListModelMetadataResponse [ModelMetadataSummary] Source #
A structure that holds model metadata.