Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
An auto-complete API for the search functionality in the Amazon
SageMaker console. It returns suggestions of possible matches for the
property name to use in Search
queries. Provides suggestions for
HyperParameters
, Tags
, and Metrics
.
Synopsis
- data GetSearchSuggestions = GetSearchSuggestions' {}
- newGetSearchSuggestions :: ResourceType -> GetSearchSuggestions
- getSearchSuggestions_suggestionQuery :: Lens' GetSearchSuggestions (Maybe SuggestionQuery)
- getSearchSuggestions_resource :: Lens' GetSearchSuggestions ResourceType
- data GetSearchSuggestionsResponse = GetSearchSuggestionsResponse' {}
- newGetSearchSuggestionsResponse :: Int -> GetSearchSuggestionsResponse
- getSearchSuggestionsResponse_propertyNameSuggestions :: Lens' GetSearchSuggestionsResponse (Maybe [PropertyNameSuggestion])
- getSearchSuggestionsResponse_httpStatus :: Lens' GetSearchSuggestionsResponse Int
Creating a Request
data GetSearchSuggestions Source #
See: newGetSearchSuggestions
smart constructor.
GetSearchSuggestions' | |
|
Instances
newGetSearchSuggestions Source #
Create a value of GetSearchSuggestions
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:suggestionQuery:GetSearchSuggestions'
, getSearchSuggestions_suggestionQuery
- Limits the property names that are included in the response.
$sel:resource:GetSearchSuggestions'
, getSearchSuggestions_resource
- The name of the Amazon SageMaker resource to search for.
Request Lenses
getSearchSuggestions_suggestionQuery :: Lens' GetSearchSuggestions (Maybe SuggestionQuery) Source #
Limits the property names that are included in the response.
getSearchSuggestions_resource :: Lens' GetSearchSuggestions ResourceType Source #
The name of the Amazon SageMaker resource to search for.
Destructuring the Response
data GetSearchSuggestionsResponse Source #
See: newGetSearchSuggestionsResponse
smart constructor.
GetSearchSuggestionsResponse' | |
|
Instances
newGetSearchSuggestionsResponse Source #
Create a value of GetSearchSuggestionsResponse
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:propertyNameSuggestions:GetSearchSuggestionsResponse'
, getSearchSuggestionsResponse_propertyNameSuggestions
- A list of property names for a Resource
that match a
SuggestionQuery
.
$sel:httpStatus:GetSearchSuggestionsResponse'
, getSearchSuggestionsResponse_httpStatus
- The response's http status code.
Response Lenses
getSearchSuggestionsResponse_propertyNameSuggestions :: Lens' GetSearchSuggestionsResponse (Maybe [PropertyNameSuggestion]) Source #
A list of property names for a Resource
that match a
SuggestionQuery
.
getSearchSuggestionsResponse_httpStatus :: Lens' GetSearchSuggestionsResponse Int Source #
The response's http status code.