frauddetector_get_models {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.7.0 Index]