aws.sagemaker.get_search_suggestions
Example SQL Queries
SELECT * FROMaws.sagemaker.get_search_suggestionsWHERE"resource" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource Required Input Column The name of the SageMaker resource to search for. | VARCHAR |
| suggestion_query Input Column Limits the property names that are included in the response. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| property_name_suggestions A list of property names for a Resource that match a SuggestionQuery. | STRUCT( |
Show child fields
| |