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
)
The model ID.
The model version number.
The model type.
The next token from the previous results.
The maximum number of results to return.