Values_2.GetSearchSuggestionsRequestSourceAn 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 = {resource : ResourceType.t;The name of the SageMaker resource to search for.
*)suggestionQuery : SuggestionQuery.t option;Limits the property names that are included in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of PropertyNameHint.t ]) list ])
list ])
list ]