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
)
The token value retrieved from a previous call to access the next page of results.
The maximum size of the results that is returned per call.
[required] The collaboration ID of the collaboration that contains the trained models you are interested in.