Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_get_search_suggestions

An auto-complete API for the search functionality in the Amazon SageMaker console


Description

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.

Usage

sagemaker_get_search_suggestions(Resource, SuggestionQuery)

Arguments

Resource

[required] The name of the Amazon SageMaker resource to search for.

SuggestionQuery

Limits the property names that are included in the response.

Value

A list with the following syntax:

list(
  PropertyNameSuggestions = list(
    list(
      PropertyName = "string"
    )
  )
)

Request syntax

svc$get_search_suggestions(
  Resource = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup",
  SuggestionQuery = list(
    PropertyNameQuery = list(
      PropertyNameHint = "string"
    )
  )
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.