| 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.Types.SuggestionQuery
Description
Documentation
data SuggestionQuery Source #
Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.
See: newSuggestionQuery smart constructor.
Constructors
| SuggestionQuery' | |
Fields 
  | |
Instances
newSuggestionQuery :: SuggestionQuery Source #
Create a value of SuggestionQuery 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:propertyNameQuery:SuggestionQuery', suggestionQuery_propertyNameQuery - Defines a property name hint. Only property names that begin with the
 specified hint are included in the response.
suggestionQuery_propertyNameQuery :: Lens' SuggestionQuery (Maybe PropertyNameQuery) Source #
Defines a property name hint. Only property names that begin with the specified hint are included in the response.