| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Class and Description |
|---|
| ActionGroupExecutor
Contains details about the Lambda function containing the business logic that is carried out upon invoking the action
or the custom control method for handling the information elicited from the user.
|
| ActionGroupSignature |
| ActionGroupState |
| ActionGroupSummary
Contains details about an action group.
|
| Agent
Contains details about an agent.
|
| AgentActionGroup
Contains details about an action group.
|
| AgentAlias
Contains details about an alias of an agent.
|
| AgentAliasHistoryEvent
Contains details about the history of the alias.
|
| AgentAliasRoutingConfigurationListItem
Contains details about the routing configuration of the alias.
|
| AgentAliasStatus |
| AgentAliasSummary
Contains details about an alias of an agent.
|
| AgentKnowledgeBase
Contains details about a knowledge base that is associated with an agent.
|
| AgentKnowledgeBaseSummary
Contains details about a knowledge base associated with an agent.
|
| AgentStatus |
| AgentSummary
Contains details about an agent.
|
| AgentVersion
Contains details about a version of an agent.
|
| AgentVersionSummary
Contains details about a version of an agent.
|
| APISchema
Contains details about the OpenAPI schema for the action group.
|
| AssociateAgentKnowledgeBaseRequest |
| AssociateAgentKnowledgeBaseResult |
| AWSBedrockAgentException
Base exception for all service exceptions thrown by Agents for Amazon Bedrock
|
| BedrockEmbeddingModelConfiguration
The vector configuration details for the Bedrock embeddings model.
|
| ChunkingConfiguration
Details about how to chunk the documents in the data source.
|
| ChunkingStrategy |
| CreateAgentActionGroupRequest |
| CreateAgentActionGroupResult |
| CreateAgentAliasRequest |
| CreateAgentAliasResult |
| CreateAgentRequest |
| CreateAgentResult |
| CreateDataSourceRequest |
| CreateDataSourceResult |
| CreateKnowledgeBaseRequest |
| CreateKnowledgeBaseResult |
| CreationMode |
| CustomControlMethod |
| DataDeletionPolicy |
| DataSource
Contains details about a data source.
|
| DataSourceConfiguration
Contains details about how a data source is stored.
|
| DataSourceStatus |
| DataSourceSummary
Contains details about a data source.
|
| DataSourceType |
| DeleteAgentActionGroupRequest |
| DeleteAgentActionGroupResult |
| DeleteAgentAliasRequest |
| DeleteAgentAliasResult |
| DeleteAgentRequest |
| DeleteAgentResult |
| DeleteAgentVersionRequest |
| DeleteAgentVersionResult |
| DeleteDataSourceRequest |
| DeleteDataSourceResult |
| DeleteKnowledgeBaseRequest |
| DeleteKnowledgeBaseResult |
| DisassociateAgentKnowledgeBaseRequest |
| DisassociateAgentKnowledgeBaseResult |
| EmbeddingModelConfiguration
The configuration details for the embeddings model.
|
| FixedSizeChunkingConfiguration
Configurations for when you choose fixed-size chunking.
|
| Function
Defines parameters that the agent needs to invoke from the user to complete the function.
|
| FunctionSchema
Defines functions that each define parameters that the agent needs to invoke from the user.
|
| GetAgentActionGroupRequest |
| GetAgentActionGroupResult |
| GetAgentAliasRequest |
| GetAgentAliasResult |
| GetAgentKnowledgeBaseRequest |
| GetAgentKnowledgeBaseResult |
| GetAgentRequest |
| GetAgentResult |
| GetAgentVersionRequest |
| GetAgentVersionResult |
| GetDataSourceRequest |
| GetDataSourceResult |
| GetIngestionJobRequest |
| GetIngestionJobResult |
| GetKnowledgeBaseRequest |
| GetKnowledgeBaseResult |
| GuardrailConfiguration
The details of the guardrails configuration.
|
| InferenceConfiguration
Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence
defined by the
promptType. |
| IngestionJob
Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge
base.
|
| IngestionJobFilter
Defines a filter by which to filter the results.
|
| IngestionJobFilterAttribute |
| IngestionJobFilterOperator |
| IngestionJobSortBy
Parameters by which to sort the results.
|
| IngestionJobSortByAttribute |
| IngestionJobStatistics
Contains the statistics for the ingestion job.
|
| IngestionJobStatus |
| IngestionJobSummary
Contains details about an ingestion job.
|
| KnowledgeBase
Contains information about a knowledge base.
|
| KnowledgeBaseConfiguration
Contains details about the embeddings configuration of the knowledge base.
|
| KnowledgeBaseState |
| KnowledgeBaseStatus |
| KnowledgeBaseStorageType |
| KnowledgeBaseSummary
Contains details about a knowledge base.
|
| KnowledgeBaseType |
| ListAgentActionGroupsRequest |
| ListAgentActionGroupsResult |
| ListAgentAliasesRequest |
| ListAgentAliasesResult |
| ListAgentKnowledgeBasesRequest |
| ListAgentKnowledgeBasesResult |
| ListAgentsRequest |
| ListAgentsResult |
| ListAgentVersionsRequest |
| ListAgentVersionsResult |
| ListDataSourcesRequest |
| ListDataSourcesResult |
| ListIngestionJobsRequest |
| ListIngestionJobsResult |
| ListKnowledgeBasesRequest |
| ListKnowledgeBasesResult |
| ListTagsForResourceRequest |
| ListTagsForResourceResult |
| MongoDbAtlasConfiguration
Contains details about the storage configuration of the knowledge base in MongoDB Atlas.
|
| MongoDbAtlasFieldMapping
Contains the names of the fields to which to map information about the vector store.
|
| OpenSearchServerlessConfiguration
Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
| OpenSearchServerlessFieldMapping
Contains the names of the fields to which to map information about the vector store.
|
| ParameterDetail
Contains details about a parameter in a function for an action group.
|
| PineconeConfiguration
Contains details about the storage configuration of the knowledge base in Pinecone.
|
| PineconeFieldMapping
Contains the names of the fields to which to map information about the vector store.
|
| PrepareAgentRequest |
| PrepareAgentResult |
| PromptConfiguration
Contains configurations to override a prompt template in one part of an agent sequence.
|
| PromptOverrideConfiguration
Contains configurations to override prompts in different parts of an agent sequence.
|
| PromptState |
| PromptType |
| RdsConfiguration
Contains details about the storage configuration of the knowledge base in Amazon RDS.
|
| RdsFieldMapping
Contains the names of the fields to which to map information about the vector store.
|
| RedisEnterpriseCloudConfiguration
Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud.
|
| RedisEnterpriseCloudFieldMapping
Contains the names of the fields to which to map information about the vector store.
|
| S3DataSourceConfiguration
Contains information about the S3 configuration of the data source.
|
| S3Identifier
Contains information about the S3 object containing the resource.
|
| ServerSideEncryptionConfiguration
Contains the configuration for server-side encryption.
|
| SortOrder |
| StartIngestionJobRequest |
| StartIngestionJobResult |
| StorageConfiguration
Contains the storage configuration of the knowledge base.
|
| TagResourceRequest |
| TagResourceResult |
| Type |
| UntagResourceRequest |
| UntagResourceResult |
| UpdateAgentActionGroupRequest |
| UpdateAgentActionGroupResult |
| UpdateAgentAliasRequest |
| UpdateAgentAliasResult |
| UpdateAgentKnowledgeBaseRequest |
| UpdateAgentKnowledgeBaseResult |
| UpdateAgentRequest |
| UpdateAgentResult |
| UpdateDataSourceRequest |
| UpdateDataSourceResult |
| UpdateKnowledgeBaseRequest |
| UpdateKnowledgeBaseResult |
| ValidationException
Input validation failed.
|
| ValidationExceptionField
Stores information about a field passed inside a request that resulted in an validation error.
|
| VectorIngestionConfiguration
Contains details about how to ingest the documents in a data source.
|
| VectorKnowledgeBaseConfiguration
Contains details about the model used to create vector embeddings for the knowledge base.
|
Copyright © 2024. All rights reserved.