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

Class: Aws::FraudDetector::Types::ModelVersionDetail

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

Overview

The details of the model version.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The model version ARN.

Returns:

  • (String)

    The model version ARN.

#created_timeString

The timestamp when the model was created.

Returns:

  • (String)

    The timestamp when the model was created.

#external_events_detailTypes::ExternalEventsDetail

The event details.

Returns:

#last_updated_timeString

The timestamp when the model was last updated.

Returns:

  • (String)

    The timestamp when the model was last updated.

#model_idString

The model ID.

Returns:

  • (String)

    The model ID.

#model_typeString

The model type.

Possible values:

  • ONLINE_FRAUD_INSIGHTS

Returns:

  • (String)

    The model type.

#model_version_numberString

The model version number.

Returns:

  • (String)

    The model version number.

#statusString

The status of the model version.

Returns:

  • (String)

    The status of the model version.

#training_data_schemaTypes::TrainingDataSchema

The training data schema.

Returns:

#training_data_sourceString

The model version training data source.

Possible values:

  • EXTERNAL_EVENTS

Returns:

  • (String)

    The model version training data source.

#training_resultTypes::TrainingResult

The training results.

Returns: