Class: Aws::FraudDetector::Types::GetModelVersionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The model version ARN.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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_detailTypes::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 '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_detailTypes::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 '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_idString

The model ID.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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_typeString

The model type.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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_numberString

The model version number.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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

#statusString

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`

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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_schemaTypes::TrainingDataSchema

The training data schema.



2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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_sourceString

The training data source.

Returns:

  • (String)


2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File '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