Class: Aws::FraudDetector::Types::ModelVersionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelVersionDetail
- Defined in:
- gems/aws-sdk-frauddetector/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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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
.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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
.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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.
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3412 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 |