| 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.GetSearchSuggestions
Description
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.
Constructors
| GetSearchSuggestions' | |
Fields 
  | |
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.
Constructors
| GetSearchSuggestionsResponse' | |
Fields 
  | |
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.