bedrockagent_list_agent_collaborators {paws.machine.learning} | R Documentation |
Retrieve a list of an agent's collaborators
Description
Retrieve a list of an agent's collaborators.
See https://www.paws-r-sdk.com/docs/bedrockagent_list_agent_collaborators/ for full documentation.
Usage
bedrockagent_list_agent_collaborators(
agentId,
agentVersion,
maxResults = NULL,
nextToken = NULL
)
Arguments
agentId |
[required] The agent's ID. |
agentVersion |
[required] The agent's version. |
maxResults |
The maximum number of agent collaborators to return in one page of results. |
nextToken |
Specify the pagination token from a previous request to retrieve the next page of results. |
[Package paws.machine.learning version 0.9.0 Index]