View source: R/frauddetector_operations.R
frauddetector_describe_model_versions | R Documentation |
Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version.
See https://www.paws-r-sdk.com/docs/frauddetector_describe_model_versions/ for full documentation.
frauddetector_describe_model_versions(
modelId = NULL,
modelVersionNumber = NULL,
modelType = NULL,
nextToken = NULL,
maxResults = NULL
)
modelId |
The model ID. |
modelVersionNumber |
The model version number. |
modelType |
The model type. |
nextToken |
The next token from the previous results. |
maxResults |
The maximum number of results to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.