View source: R/cleanroomsml_operations.R
cleanroomsml_list_collaboration_trained_models | R Documentation |
Returns a list of the trained models in a collaboration.
See https://www.paws-r-sdk.com/docs/cleanroomsml_list_collaboration_trained_models/ for full documentation.
cleanroomsml_list_collaboration_trained_models(
nextToken = NULL,
maxResults = NULL,
collaborationIdentifier
)
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. |
collaborationIdentifier |
[required] The collaboration ID of the collaboration that contains the trained models you are interested in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.