class Aws::FraudDetector::Types::DescribeModelVersionsRequest

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

data as a hash:

    {
      model_id: "modelIdentifier",
      model_version_number: "floatVersionString",
      model_type: "ONLINE_FRAUD_INSIGHTS", # accepts ONLINE_FRAUD_INSIGHTS
      next_token: "string",
      max_results: 1,
    }

@!attribute [rw] model_id

The model ID.
@return [String]

@!attribute [rw] model_version_number

The model version number.
@return [String]

@!attribute [rw] model_type

The model type.
@return [String]

@!attribute [rw] next_token

The next token from the previous results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return.
@return [Integer]

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

Constants

SENSITIVE