search_suggestions
Creates, updates, deletes, gets or lists a search_suggestions resource.
Overview
| Name | search_suggestions |
| Type | Resource |
| Id | aws.sagemaker.search_suggestions |
Fields
The following fields are returned by SELECT queries:
- get_search_suggestions
| Name | Datatype | Description |
|---|---|---|
property_name_suggestions | array | A list of property names for a Resource that match a SuggestionQuery. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_search_suggestions | select | region | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_search_suggestions
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
;