amazonka-frauddetector-2.0: Amazon Fraud Detector 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.FraudDetector.Types.ExternalModelSummary

Description

 
Synopsis

Documentation

data ExternalModelSummary Source #

The Amazon SageMaker model.

See: newExternalModelSummary smart constructor.

Constructors

ExternalModelSummary' 

Fields

Instances

Instances details
FromJSON 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 #

Read ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Show ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

NFData ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Methods

rnf :: ExternalModelSummary -> () #

Eq ExternalModelSummary Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModelSummary

Hashable 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" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" '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.