libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.FraudDetector.Types.ExternalModelSummary

Description

 
Synopsis

Documentation

data ExternalModelSummary Source #

The Amazon SageMaker model.

See: newExternalModelSummary smart constructor.

Constructors

ExternalModelSummary' 

Fields

Instances

Instances details
Eq ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Read ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Show ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Generic ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Associated Types

type Rep ExternalModelSummary :: Type -> Type #

NFData ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Methods

rnf :: ExternalModelSummary -> () #

Hashable ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

FromJSON ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

type Rep ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

type Rep ExternalModelSummary = D1 ('MetaData "ExternalModelSummary" "Amazonka.FraudDetector.Types.ExternalModelSummary" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "ExternalModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelSource))))

newExternalModelSummary :: ExternalModelSummary Source #

Create a value of ExternalModelSummary 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:modelEndpoint:ExternalModelSummary', externalModelSummary_modelEndpoint - The endpoint of the Amazon SageMaker model.

$sel:modelSource:ExternalModelSummary', externalModelSummary_modelSource - The source of the model.

externalModelSummary_modelEndpoint :: Lens' ExternalModelSummary (Maybe Text) Source #

The endpoint of the Amazon SageMaker model.