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"))
- ListAgentActionGroupsPaginator
- ListAgentAliasesPaginator
- ListAgentKnowledgeBasesPaginator
- ListAgentVersionsPaginator
- ListAgentsPaginator
- ListDataSourcesPaginator
- ListFlowAliasesPaginator
- ListFlowVersionsPaginator
- ListFlowsPaginator
- ListIngestionJobsPaginator
- ListKnowledgeBaseDocumentsPaginator
- ListKnowledgeBasesPaginator
- ListPromptsPaginator
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.CodeInterpreter"
- ActionGroupSignatureType
- ActionGroupStateType
- AgentAliasStatusType
- AgentStatusType
- ChunkingStrategyType
- ConfluenceAuthTypeType
- ConfluenceHostTypeType
- ContentDataSourceTypeType
- ConversationRoleType
- CrawlFilterConfigurationTypeType
- CreationModeType
- CustomControlMethodType
- CustomSourceTypeType
- DataDeletionPolicyType
- DataSourceStatusType
- DataSourceTypeType
- DocumentStatusType
- EmbeddingDataTypeType
- FlowConnectionTypeType
- FlowNodeIODataTypeType
- FlowNodeTypeType
- FlowStatusType
- FlowValidationSeverityType
- FlowValidationTypeType
- IngestionJobFilterAttributeType
- IngestionJobFilterOperatorType
- IngestionJobSortByAttributeType
- IngestionJobStatusType
- InlineContentTypeType
- KnowledgeBaseStateType
- KnowledgeBaseStatusType
- KnowledgeBaseStorageTypeType
- KnowledgeBaseTypeType
- ListAgentActionGroupsPaginatorName
- ListAgentAliasesPaginatorName
- ListAgentKnowledgeBasesPaginatorName
- ListAgentVersionsPaginatorName
- ListAgentsPaginatorName
- ListDataSourcesPaginatorName
- ListFlowAliasesPaginatorName
- ListFlowVersionsPaginatorName
- ListFlowsPaginatorName
- ListIngestionJobsPaginatorName
- ListKnowledgeBaseDocumentsPaginatorName
- ListKnowledgeBasesPaginatorName
- ListPromptsPaginatorName
- MemoryTypeType
- MetadataSourceTypeType
- MetadataValueTypeType
- OrchestrationTypeType
- ParsingStrategyType
- PromptStateType
- PromptTemplateTypeType
- PromptTypeType
- RequireConfirmationType
- SalesforceAuthTypeType
- SharePointAuthTypeType
- SharePointHostTypeType
- SortOrderType
- StepTypeType
- TypeType
- WebScopeTypeType
- AgentsforBedrockServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- S3IdentifierTypeDef
- ActionGroupExecutorTypeDef
- ActionGroupSummaryTypeDef
- AgentAliasRoutingConfigurationListItemTypeDef
- AgentFlowNodeConfigurationTypeDef
- AgentKnowledgeBaseSummaryTypeDef
- AgentKnowledgeBaseTypeDef
- GuardrailConfigurationTypeDef
- MemoryConfigurationOutputTypeDef
- AssociateAgentKnowledgeBaseRequestRequestTypeDef
- ResponseMetadataTypeDef
- BedrockEmbeddingModelConfigurationTypeDef
- ParsingPromptTypeDef
- BlobTypeDef
- PromptInputVariableTypeDef
- SystemContentBlockTypeDef
- FixedSizeChunkingConfigurationTypeDef
- SemanticChunkingConfigurationTypeDef
- FlowConditionTypeDef
- ConfluenceSourceConfigurationTypeDef
- ContentBlockTypeDef
- MemoryConfigurationTypeDef
- ServerSideEncryptionConfigurationTypeDef
- FlowAliasRoutingConfigurationListItemTypeDef
- CreateFlowVersionRequestRequestTypeDef
- CreatePromptVersionRequestRequestTypeDef
- CustomDocumentIdentifierTypeDef
- CustomS3LocationTypeDef
- OrchestrationExecutorTypeDef
- CyclicConnectionFlowValidationDetailsTypeDef
- S3DataSourceConfigurationOutputTypeDef
- DataSourceSummaryTypeDef
- DeleteAgentActionGroupRequestRequestTypeDef
- DeleteAgentAliasRequestRequestTypeDef
- DeleteAgentRequestRequestTypeDef
- DeleteAgentVersionRequestRequestTypeDef
- DeleteDataSourceRequestRequestTypeDef
- DeleteFlowAliasRequestRequestTypeDef