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

Class: Aws::FraudDetector::Types::DeleteModelVersionRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#model_idString

The model ID of the model version to delete.

Returns:

  • (String)

    The model ID of the model version to delete.

#model_typeString

The model type of the model version to delete.

Possible values:

  • ONLINE_FRAUD_INSIGHTS

Returns:

  • (String)

    The model type of the model version to delete.

#model_version_numberString

The model version number of the model version to delete.

Returns:

  • (String)

    The model version number of the model version to delete.