bedrockagent_get_agent_action_group {paws.machine.learning} | R Documentation |
Gets information about an action group for an agent
Description
Gets information about an action group for an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_get_agent_action_group/ for full documentation.
Usage
bedrockagent_get_agent_action_group(actionGroupId, agentId, agentVersion)
Arguments
actionGroupId |
[required] The unique identifier of the action group for which to get information. |
agentId |
[required] The unique identifier of the agent that the action group belongs to. |
agentVersion |
[required] The version of the agent that the action group belongs to. |
[Package paws.machine.learning version 0.9.0 Index]