Skip to contents

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.

Usage

frauddetector_describe_model_versions(
  modelId = NULL,
  modelVersionNumber = NULL,
  modelType = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

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.