Class: Aws::FraudDetector::Types::ModelVersionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelVersionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The details of the model version.
Constant Summary collapse
- SENSITIVE =
[]
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 external events data details.
-
#ingested_events_detail ⇒ Types::IngestedEventsDetail
The ingested events data 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.
-
#training_result_v2 ⇒ Types::TrainingResultV2
The training result details.
Instance Attribute Details
#arn ⇒ String
The model version ARN.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
The timestamp when the model was created.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#external_events_detail ⇒ Types::ExternalEventsDetail
The external events data details. This will be populated if the ‘trainingDataSource` for the model version is specified as `EXTERNAL_EVENTS`.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#ingested_events_detail ⇒ Types::IngestedEventsDetail
The ingested events data details. This will be populated if the ‘trainingDataSource` for the model version is specified as `INGESTED_EVENTS`.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
The timestamp when the model was last updated.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the model version.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#training_data_source ⇒ String
The model version training data source.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#training_result ⇒ Types::TrainingResult
The training results.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |
#training_result_v2 ⇒ Types::TrainingResultV2
The training result details. The details include the relative importance of the variables.
3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3630 class ModelVersionDetail < Struct.new( :model_id, :model_type, :model_version_number, :status, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :training_result, :last_updated_time, :created_time, :arn, :training_result_v2) SENSITIVE = [] include Aws::Structure end |