amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.GetSearchSuggestions

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.

Synopsis

Creating a Request

data GetSearchSuggestions Source #

See: newGetSearchSuggestions smart constructor.

Constructors

GetSearchSuggestions' 

Fields

Instances

Instances details
ToJSON GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToHeaders GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToPath GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToQuery GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

AWSRequest GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type AWSResponse GetSearchSuggestions #

Generic GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestions :: Type -> Type #

Read GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

NFData GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Methods

rnf :: GetSearchSuggestions -> () #

Eq GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Hashable GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type AWSResponse GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestions = D1 ('MetaData "GetSearchSuggestions" "Amazonka.SageMaker.GetSearchSuggestions" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "GetSearchSuggestions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suggestionQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuggestionQuery)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))

newGetSearchSuggestions Source #

Create a value of GetSearchSuggestions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:suggestionQuery:GetSearchSuggestions', getSearchSuggestions_suggestionQuery - Limits the property names that are included in the response.

$sel:resource:GetSearchSuggestions', getSearchSuggestions_resource - The name of the Amazon SageMaker resource to search for.

Request Lenses

getSearchSuggestions_suggestionQuery :: Lens' GetSearchSuggestions (Maybe SuggestionQuery) Source #

Limits the property names that are included in the response.

getSearchSuggestions_resource :: Lens' GetSearchSuggestions ResourceType Source #

The name of the Amazon SageMaker resource to search for.

Destructuring the Response

data GetSearchSuggestionsResponse Source #

See: newGetSearchSuggestionsResponse smart constructor.

Constructors

GetSearchSuggestionsResponse' 

Fields

Instances

Instances details
Generic GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestionsResponse :: Type -> Type #

Read GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

NFData GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Eq GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestionsResponse = D1 ('MetaData "GetSearchSuggestionsResponse" "Amazonka.SageMaker.GetSearchSuggestions" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "GetSearchSuggestionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameSuggestions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PropertyNameSuggestion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSearchSuggestionsResponse Source #

Create a value of GetSearchSuggestionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:propertyNameSuggestions:GetSearchSuggestionsResponse', getSearchSuggestionsResponse_propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.

$sel:httpStatus:GetSearchSuggestionsResponse', getSearchSuggestionsResponse_httpStatus - The response's http status code.

Response Lenses

getSearchSuggestionsResponse_propertyNameSuggestions :: Lens' GetSearchSuggestionsResponse (Maybe [PropertyNameSuggestion]) Source #

A list of property names for a Resource that match a SuggestionQuery.