bedrockagent_disassociate_agent_collaborator {paws.machine.learning} | R Documentation |
Disassociates an agent collaborator
Description
Disassociates an agent collaborator.
See https://www.paws-r-sdk.com/docs/bedrockagent_disassociate_agent_collaborator/ for full documentation.
Usage
bedrockagent_disassociate_agent_collaborator(
agentId,
agentVersion,
collaboratorId
)
Arguments
agentId |
[required] An agent ID. |
agentVersion |
[required] The agent's version. |
collaboratorId |
[required] The collaborator's ID. |
[Package paws.machine.learning version 0.9.0 Index]