Class: Aws::FraudDetector::Types::GetModelVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetModelVersionResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The model version ARN.
-
#external_events_detail ⇒ Types::ExternalEventsDetail
The details of the external events data used for training the model version.
-
#ingested_events_detail ⇒ Types::IngestedEventsDetail
The details of the ingested events data used for training the model version.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
-
#status ⇒ String
The model version status.
-
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
-
#training_data_source ⇒ String
The training data source.
Instance Attribute Details
#arn ⇒ String
The model version ARN.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#external_events_detail ⇒ Types::ExternalEventsDetail
The details of the external events data used for training the model
version. This will be populated if the trainingDataSource
is
EXTERNAL_EVENTS
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#ingested_events_detail ⇒ Types::IngestedEventsDetail
The details of the ingested events data used for training the model
version. This will be populated if the trainingDataSource
is
INGESTED_EVENTS
.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#training_data_source ⇒ String
The training data source.
2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2863 class GetModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :status, :arn) SENSITIVE = [] include Aws::Structure end |