pub struct BedrockAgentRuntimeClient<'a> { /* private fields */ }Implementations§
Source§impl BedrockAgentRuntimeClient<'_>
impl BedrockAgentRuntimeClient<'_>
Sourcepub async fn get_invocations(
&self,
) -> Result<BedrockAgentRuntimeInvocationsResponse, Error>
pub async fn get_invocations( &self, ) -> Result<BedrockAgentRuntimeInvocationsResponse, Error>
List every recorded InvokeAgent / InvokeInlineAgent / InvokeFlow / Retrieve / RetrieveAndGenerate / CreateInvocation call.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for BedrockAgentRuntimeClient<'a>
impl<'a> !UnwindSafe for BedrockAgentRuntimeClient<'a>
impl<'a> Freeze for BedrockAgentRuntimeClient<'a>
impl<'a> Send for BedrockAgentRuntimeClient<'a>
impl<'a> Sync for BedrockAgentRuntimeClient<'a>
impl<'a> Unpin for BedrockAgentRuntimeClient<'a>
impl<'a> UnsafeUnpin for BedrockAgentRuntimeClient<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more