You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::ExternalModel

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Amazon SageMaker model.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The model ARN.

Returns:

  • (String)

    The model ARN.

#created_timeString

Timestamp of when the model was last created.

Returns:

  • (String)

    Timestamp of when the model was last created.

#input_configurationTypes::ModelInputConfiguration

The input configuration.

Returns:

#invoke_model_endpoint_role_arnString

The role used to invoke the model.

Returns:

  • (String)

    The role used to invoke the model.

#last_updated_timeString

Timestamp of when the model was last updated.

Returns:

  • (String)

    Timestamp of when the model was last updated.

#model_endpointString

The Amazon SageMaker model endpoints.

Returns:

  • (String)

    The Amazon SageMaker model endpoints.

#model_endpoint_statusString

The Amazon Fraud Detector status for the external model endpoint

Possible values:

  • ASSOCIATED
  • DISSOCIATED

Returns:

  • (String)

    The Amazon Fraud Detector status for the external model endpoint.

#model_sourceString

The source of the model.

Possible values:

  • SAGEMAKER

Returns:

  • (String)

    The source of the model.

#output_configurationTypes::ModelOutputConfiguration

The output configuration.

Returns: