sagemaker_get_search_suggestions {paws.machine.learning} | R Documentation |
An auto-complete API for the search functionality in the SageMaker console
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
.
See https://www.paws-r-sdk.com/docs/sagemaker_get_search_suggestions/ for full documentation.
Usage
sagemaker_get_search_suggestions(Resource, SuggestionQuery = NULL)
Arguments
Resource |
[required] The name of the SageMaker resource to search for. |
SuggestionQuery |
Limits the property names that are included in the response. |
[Package paws.machine.learning version 0.9.0 Index]