libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Read GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Generic GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestions :: Type -> Type #

NFData GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Methods

rnf :: GetSearchSuggestions -> () #

Hashable GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToJSON GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

AWSRequest GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type AWSResponse 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

type Rep GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestions = D1 ('MetaData "GetSearchSuggestions" "Amazonka.SageMaker.GetSearchSuggestions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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)))
type AWSResponse GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

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
Eq GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Read GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Generic GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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.