Skip to content

AgentsforBedrock module#

Index > AgentsforBedrock

Auto-generated documentation for AgentsforBedrock type annotations stubs module mypy-boto3-bedrock-agent.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and AgentsforBedrock.

From PyPI with pip#

Install boto3-stubs for AgentsforBedrock service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[bedrock-agent]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[bedrock-agent]'


# standalone installation
python -m pip install mypy-boto3-bedrock-agent

How to uninstall#

python -m pip uninstall -y mypy-boto3-bedrock-agent

Usage#

Code samples can be found in Examples.

AgentsforBedrockClient#

Type annotations and code completion for boto3.client("bedrock-agent") as AgentsforBedrockClient boto3 documentation

# AgentsforBedrockClient usage example

from boto3.session import Session

from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient

def get_client() -> AgentsforBedrockClient:
    return Session().client("bedrock-agent")

Paginators#

Type annotations and code completion for paginators from boto3.client("bedrock-agent").get_paginator("...").

# ListAgentActionGroupsPaginator usage example

from boto3.session import Session

from mypy_boto3_bedrock_agent.paginator import ListAgentActionGroupsPaginator

def get_list_agent_action_groups_paginator() -> ListAgentActionGroupsPaginator:
    return Session().client("bedrock-agent").get_paginator("list_agent_action_groups"))

Literals#

Type annotations for literals used in methods and schema.

# ActionGroupSignatureType usage example

from mypy_boto3_bedrock_agent.literals import ActionGroupSignatureType

def get_value() -> ActionGroupSignatureType:
    return "AMAZON.UserInput"

Type definitions#

Type annotations for type definitions used in methods and schema.