Retrieves the details of a specific invocation step within an invocation in a session
Source:R/bedrockagentruntime_operations.R
bedrockagentruntime_get_invocation_step.RdRetrieves the details of a specific invocation step within an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
See https://www.paws-r-sdk.com/docs/bedrockagentruntime_get_invocation_step/ for full documentation.
Usage
bedrockagentruntime_get_invocation_step(
invocationIdentifier,
invocationStepId,
sessionIdentifier
)Arguments
- invocationIdentifier
[required] The unique identifier for the invocation in UUID format.
- invocationStepId
[required] The unique identifier (in UUID format) for the specific invocation step to retrieve.
- sessionIdentifier
[required] The unique identifier for the invocation step's associated session. You can specify either the session's
sessionIdor its Amazon Resource Name (ARN).