frauddetector_put_outcome {paws.machine.learning} | R Documentation |
Creates or updates an outcome
Description
Creates or updates an outcome.
See https://www.paws-r-sdk.com/docs/frauddetector_put_outcome/ for full documentation.
Usage
frauddetector_put_outcome(name, description = NULL, tags = NULL)
Arguments
name |
[required] The name of the outcome. |
description |
The outcome description. |
tags |
A collection of key and value pairs. |
[Package paws.machine.learning version 0.7.0 Index]