class Aws::FraudDetector::Types::GetModelVersionRequest

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

data as a hash:

    {
      model_id: "modelIdentifier", # required
      model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS
      model_version_number: "floatVersionString", # required
    }

@!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]

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

Constants

SENSITIVE