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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The model version ARN.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_timeString

The timestamp when the model was created.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_detailTypes::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 'gems/aws-sdk-frauddetector/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_detailTypes::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 'gems/aws-sdk-frauddetector/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_timeString

The timestamp when the model was last updated.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_idString

The model ID.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_typeString

The model type.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_numberString

The model version number.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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

#statusString

The status of the model version.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_schemaTypes::TrainingDataSchema

The training data schema.



3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_sourceString

The model version training data source.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_resultTypes::TrainingResult

The training results.



3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-frauddetector/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_v2Types::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 'gems/aws-sdk-frauddetector/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