getSearchSuggestions
inline suspend fun SageMakerClient.getSearchSuggestions(crossinline block: GetSearchSuggestionsRequest.Builder.() -> Unit): GetSearchSuggestionsResponse
An 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
.