View source: R/frauddetector_operations.R
frauddetector_get_models | R Documentation |
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.
frauddetector_get_models(
modelId = NULL,
modelType = NULL,
nextToken = NULL,
maxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.