frauddetector_get_models: Gets one or more models

View source: R/frauddetector_operations.R

frauddetector_get_modelsR Documentation

Gets one or more models

Description

Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified.

See https://www.paws-r-sdk.com/docs/frauddetector_get_models/ for full documentation.

Usage

frauddetector_get_models(
  modelId = NULL,
  modelType = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

modelId

The model ID.

modelType

The model type.

nextToken

The next token for the subsequent request.

maxResults

The maximum number of objects to return for the request.


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