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
- Struct
- Aws::FraudDetector::Types::ModelVersionDetail
- Defined in:
- (unknown)
Overview
The details of the model version.
Instance Attribute Summary collapse
-
#arn ⇒ String
The model version ARN.
-
#created_time ⇒ String
The timestamp when the model was created.
-
#external_events_detail ⇒ Types::ExternalEventsDetail
The event details.
-
#last_updated_time ⇒ String
The timestamp when the model was last updated.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
-
#status ⇒ String
The status of the model version.
-
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
-
#training_data_source ⇒ String
The model version training data source.
-
#training_result ⇒ Types::TrainingResult
The training results.
Instance Attribute Details
#arn ⇒ String
The model version ARN.
#created_time ⇒ String
The timestamp when the model was created.
#external_events_detail ⇒ Types::ExternalEventsDetail
The event details.
#last_updated_time ⇒ String
The timestamp when the model was last updated.
#model_id ⇒ String
The model ID.
#model_type ⇒ String
The model type.
Possible values:
- ONLINE_FRAUD_INSIGHTS
#model_version_number ⇒ String
The model version number.
#status ⇒ String
The status of the model version.
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
#training_data_source ⇒ String
The model version training data source.
Possible values:
- EXTERNAL_EVENTS
#training_result ⇒ Types::TrainingResult
The training results.