class Aws::FraudDetector::Types::ModelVersion

The model version.

@note When making an API call, you may pass ModelVersion

data as a hash:

    {
      model_id: "modelIdentifier", # required
      model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS
      model_version_number: "nonEmptyString", # required
      arn: "fraudDetectorArn",
    }

@!attribute [rw] model_id

The model ID.
@return [String]

@!attribute [rw] model_type

The model type.
@return [String]

@!attribute [rw] model_version_number

The model version number.
@return [String]

@!attribute [rw] arn

The model version ARN.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/ModelVersion AWS API Documentation

Constants

SENSITIVE