cleanroomsml_list_trained_models {paws.security.identity} | R Documentation |
Returns a list of trained models
Description
Returns a list of trained models.
See https://www.paws-r-sdk.com/docs/cleanroomsml_list_trained_models/ for full documentation.
Usage
cleanroomsml_list_trained_models(
nextToken = NULL,
maxResults = NULL,
membershipIdentifier
)
Arguments
nextToken |
The token value retrieved from a previous call to access the next page of results. |
maxResults |
The maximum size of the results that is returned per call. |
membershipIdentifier |
[required] The membership ID of the member that created the trained models you are interested in. |
[Package paws.security.identity version 0.9.0 Index]