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.ExternalModel

Description

 
Synopsis

Documentation

data ExternalModel Source #

The Amazon SageMaker model.

See: newExternalModel smart constructor.

Constructors

ExternalModel' 

Fields

Instances

Instances details
Eq ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

Read ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

Show ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

Generic ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

Associated Types

type Rep ExternalModel :: Type -> Type #

NFData ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

Methods

rnf :: ExternalModel -> () #

Hashable ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

FromJSON ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

type Rep ExternalModel Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.ExternalModel

newExternalModel :: ExternalModel Source #

Create a value of ExternalModel 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:ExternalModel', externalModel_modelEndpoint - The Amazon SageMaker model endpoints.

$sel:modelSource:ExternalModel', externalModel_modelSource - The source of the model.

$sel:lastUpdatedTime:ExternalModel', externalModel_lastUpdatedTime - Timestamp of when the model was last updated.

$sel:arn:ExternalModel', externalModel_arn - The model ARN.

$sel:createdTime:ExternalModel', externalModel_createdTime - Timestamp of when the model was last created.

$sel:modelEndpointStatus:ExternalModel', externalModel_modelEndpointStatus - The Amazon Fraud Detector status for the external model endpoint

$sel:outputConfiguration:ExternalModel', externalModel_outputConfiguration - The output configuration.

$sel:invokeModelEndpointRoleArn:ExternalModel', externalModel_invokeModelEndpointRoleArn - The role used to invoke the model.

$sel:inputConfiguration:ExternalModel', externalModel_inputConfiguration - The input configuration.

externalModel_modelEndpoint :: Lens' ExternalModel (Maybe Text) Source #

The Amazon SageMaker model endpoints.

externalModel_lastUpdatedTime :: Lens' ExternalModel (Maybe Text) Source #

Timestamp of when the model was last updated.

externalModel_createdTime :: Lens' ExternalModel (Maybe Text) Source #

Timestamp of when the model was last created.

externalModel_modelEndpointStatus :: Lens' ExternalModel (Maybe ModelEndpointStatus) Source #

The Amazon Fraud Detector status for the external model endpoint