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.Types.PropertyNameSuggestion

Description

 
Synopsis

Documentation

data PropertyNameSuggestion Source #

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

See: newPropertyNameSuggestion smart constructor.

Constructors

PropertyNameSuggestion' 

Fields

  • propertyName :: Maybe Text

    A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

Instances

Instances details
Eq PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Read PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Show PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Generic PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Associated Types

type Rep PropertyNameSuggestion :: Type -> Type #

NFData PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Methods

rnf :: PropertyNameSuggestion -> () #

Hashable PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

FromJSON PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion = D1 ('MetaData "PropertyNameSuggestion" "Amazonka.SageMaker.Types.PropertyNameSuggestion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PropertyNameSuggestion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPropertyNameSuggestion :: PropertyNameSuggestion Source #

Create a value of PropertyNameSuggestion 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:propertyName:PropertyNameSuggestion', propertyNameSuggestion_propertyName - A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

propertyNameSuggestion_propertyName :: Lens' PropertyNameSuggestion (Maybe Text) Source #

A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.