frauddetector_get_model_version {paws.machine.learning} | R Documentation |
Gets the details of the specified model version
Description
Gets the details of the specified model version.
See https://www.paws-r-sdk.com/docs/frauddetector_get_model_version/ for full documentation.
Usage
frauddetector_get_model_version(modelId, modelType, modelVersionNumber)
Arguments
modelId |
[required] The model ID. |
modelType |
[required] The model type. |
modelVersionNumber |
[required] The model version number. |
[Package paws.machine.learning version 0.7.0 Index]