An auto-complete API for the search functionality in the Amazon SageMaker console
An auto-complete API for the search functionality in the Amazon
SageMaker console. It returns suggestions of possible matches for the
property name to use in search
queries. Provides
suggestions for HyperParameters
, Tags
, and Metrics
.
sagemaker_get_search_suggestions(Resource, SuggestionQuery)
Resource |
[required] The name of the Amazon SageMaker resource to search for. |
SuggestionQuery |
Limits the property names that are included in the response. |
A list with the following syntax:
list( PropertyNameSuggestions = list( list( PropertyName = "string" ) ) )
svc$get_search_suggestions( Resource = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup", SuggestionQuery = list( PropertyNameQuery = list( PropertyNameHint = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.