Skip to main content

search_suggestions

Creates, updates, deletes, gets or lists a search_suggestions resource.

Overview

Namesearch_suggestions
TypeResource
Idaws.sagemaker.search_suggestions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
property_name_suggestionsarrayA list of property names for a Resource that match a SuggestionQuery.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_search_suggestionsselectregionAn 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
property_name_suggestions
FROM aws.sagemaker.search_suggestions
WHERE region = '{{ region }}' -- required
;