Values_2.GetSearchSuggestionsResponseSourceAn auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.
type nonrec t = {propertyNameSuggestions : PropertyNameSuggestionList.t option;A list of property names for a Resource that match a SuggestionQuery.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ResourcePropertyName.t ]) list ]
list ])
list ]