frauddetector_describe_model_versions: Gets all of the model versions for the specified model type...

View source: R/frauddetector_operations.R

frauddetector_describe_model_versionsR Documentation

Gets all of the model versions for the specified model type or for the specified model type and model ID

Description

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.