BedrockAgentCoreClient
Amazon Bedrock AgentCore is in preview release and is subject to change.
Data plane operations for Amazon Bedrock AgentCore.
Functions
Creates an event in a memory store. Events represent interactions or activities that occur within a session and are associated with specific actors.
Deletes an event from a memory store. When you delete an event, it is permanently removed.
Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.
Retrieves detailed information about a specific browser session in Amazon Bedrock. This operation returns the session's configuration, current status, associated streams, and metadata.
Retrieves detailed information about a specific code interpreter session in Amazon Bedrock. This operation returns the session's configuration, current status, and metadata.
Retrieves information about a specific event in a memory store.
Retrieves a specific memory record from a memory store.
Retrieves an API Key associated with an API Key Credential Provider
Reaturns the Oauth2Token of the provided resource
Obtains an Workload access token for agentic workloads not acting on behalf of user.
Obtains an Workload access token for agentic workloads acting on behalf of user with JWT token
Obtains an Workload access token for agentic workloads acting on behalf of user with User Id.
Sends a request to an agent runtime in Amazon Bedrock and receives responses in real-time. The agent processes the request using the configured foundation model and any associated knowledge bases or action groups.
Executes code within an active code interpreter session in Amazon Bedrock. This operation processes the provided code, runs it in a secure environment, and returns the execution results including output, errors, and generated visualizations.
Lists all actors in a memory store. We recommend using pagination to ensure that the operation returns quickly and successfully.
Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.
Retrieves a list of code interpreter sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.
Lists events in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Lists memory records in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Lists sessions in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Searches for and retrieves memory records from a memory store based on specified search criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Creates and initializes a browser session in Amazon Bedrock. The session enables agents to navigate and interact with web content, extract information from websites, and perform web-based tasks as part of their response generation.
Creates and initializes a code interpreter session in Amazon Bedrock. The session enables agents to execute code as part of their response generation, supporting programming languages such as Python for data analysis, visualization, and computation tasks.
Terminates an active browser session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
Terminates an active code interpreter session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
Updates a browser stream. To use this operation, you must have permissions to perform the bedrock:UpdateBrowserStream action.
Inherited functions
Creates an event in a memory store. Events represent interactions or activities that occur within a session and are associated with specific actors.
Deletes an event from a memory store. When you delete an event, it is permanently removed.
Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.
Retrieves detailed information about a specific browser session in Amazon Bedrock. This operation returns the session's configuration, current status, associated streams, and metadata.
Retrieves detailed information about a specific code interpreter session in Amazon Bedrock. This operation returns the session's configuration, current status, and metadata.
Retrieves information about a specific event in a memory store.
Retrieves a specific memory record from a memory store.
Retrieves an API Key associated with an API Key Credential Provider
Reaturns the Oauth2Token of the provided resource
Obtains an Workload access token for agentic workloads not acting on behalf of user.
Obtains an Workload access token for agentic workloads acting on behalf of user with JWT token
Obtains an Workload access token for agentic workloads acting on behalf of user with User Id.
Lists all actors in a memory store. We recommend using pagination to ensure that the operation returns quickly and successfully.
Paginate over ListActorsResponse results.
Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.
Retrieves a list of code interpreter sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.
Lists events in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Paginate over ListEventsResponse results.
Lists memory records in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Paginate over ListMemoryRecordsResponse results.
Lists sessions in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Paginate over ListSessionsResponse results.
Searches for and retrieves memory records from a memory store based on specified search criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.
Paginate over RetrieveMemoryRecordsResponse results.
Creates and initializes a browser session in Amazon Bedrock. The session enables agents to navigate and interact with web content, extract information from websites, and perform web-based tasks as part of their response generation.
Creates and initializes a code interpreter session in Amazon Bedrock. The session enables agents to execute code as part of their response generation, supporting programming languages such as Python for data analysis, visualization, and computation tasks.
Terminates an active browser session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
Terminates an active code interpreter session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
Updates a browser stream. To use this operation, you must have permissions to perform the bedrock:UpdateBrowserStream action.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.