You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::DescribeModelVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeModelVersionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)

    The maximum number of results to return.

#model_idString

The model ID.

Returns:

  • (String)

    The model ID.

#model_typeString

The model type.

Possible values:

  • ONLINE_FRAUD_INSIGHTS

Returns:

  • (String)

    The model type.

#model_version_numberString

The model version number.

Returns:

  • (String)

    The model version number.

#next_tokenString

The next token from the previous results.

Returns:

  • (String)

    The next token from the previous results.