@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSBedrockAgent
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSBedrockAgent instead.
An example service, deployed with the Octane Service creator, which will echo the string
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateAgentKnowledgeBaseResult |
associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)
Associate a Knowledge Base to an existing Amazon Bedrock Agent
|
CreateAgentResult |
createAgent(CreateAgentRequest createAgentRequest)
Creates an Amazon Bedrock Agent
|
CreateAgentActionGroupResult |
createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest)
Creates an Action Group for existing Amazon Bedrock Agent
|
CreateAgentAliasResult |
createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest)
Creates an Alias for an existing Amazon Bedrock Agent
|
CreateDataSourceResult |
createDataSource(CreateDataSourceRequest createDataSourceRequest)
Create a new data source
|
CreateKnowledgeBaseResult |
createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)
Create a new knowledge base
|
DeleteAgentResult |
deleteAgent(DeleteAgentRequest deleteAgentRequest)
Deletes an Agent for existing Amazon Bedrock Agent
|
DeleteAgentActionGroupResult |
deleteAgentActionGroup(DeleteAgentActionGroupRequest deleteAgentActionGroupRequest)
Deletes an Action Group for existing Amazon Bedrock Agent.
|
DeleteAgentAliasResult |
deleteAgentAlias(DeleteAgentAliasRequest deleteAgentAliasRequest)
Deletes an Alias for a Amazon Bedrock Agent
|
DeleteAgentVersionResult |
deleteAgentVersion(DeleteAgentVersionRequest deleteAgentVersionRequest)
Deletes an Agent version for existing Amazon Bedrock Agent
|
DeleteDataSourceResult |
deleteDataSource(DeleteDataSourceRequest deleteDataSourceRequest)
Delete an existing data source
|
DeleteKnowledgeBaseResult |
deleteKnowledgeBase(DeleteKnowledgeBaseRequest deleteKnowledgeBaseRequest)
Delete an existing knowledge base
|
DisassociateAgentKnowledgeBaseResult |
disassociateAgentKnowledgeBase(DisassociateAgentKnowledgeBaseRequest disassociateAgentKnowledgeBaseRequest)
Disassociate an existing Knowledge Base from an Amazon Bedrock Agent
|
GetAgentResult |
getAgent(GetAgentRequest getAgentRequest)
Gets an Agent for existing Amazon Bedrock Agent
|
GetAgentActionGroupResult |
getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest)
Gets an Action Group for existing Amazon Bedrock Agent Version
|
GetAgentAliasResult |
getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)
Describes an Alias for a Amazon Bedrock Agent
|
GetAgentKnowledgeBaseResult |
getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)
Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
|
GetAgentVersionResult |
getAgentVersion(GetAgentVersionRequest getAgentVersionRequest)
Gets an Agent version for existing Amazon Bedrock Agent
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDataSourceResult |
getDataSource(GetDataSourceRequest getDataSourceRequest)
Get an existing data source
|
GetIngestionJobResult |
getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)
Get an ingestion job
|
GetKnowledgeBaseResult |
getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)
Get an existing knowledge base
|
ListAgentActionGroupsResult |
listAgentActionGroups(ListAgentActionGroupsRequest listAgentActionGroupsRequest)
Lists an Action Group for existing Amazon Bedrock Agent Version
|
ListAgentAliasesResult |
listAgentAliases(ListAgentAliasesRequest listAgentAliasesRequest)
Lists all the Aliases for an Amazon Bedrock Agent
|
ListAgentKnowledgeBasesResult |
listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)
List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version
|
ListAgentsResult |
listAgents(ListAgentsRequest listAgentsRequest)
Lists Agents
|
ListAgentVersionsResult |
listAgentVersions(ListAgentVersionsRequest listAgentVersionsRequest)
Lists Agent Versions
|
ListDataSourcesResult |
listDataSources(ListDataSourcesRequest listDataSourcesRequest)
List data sources
|
ListIngestionJobsResult |
listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)
List ingestion jobs
|
ListKnowledgeBasesResult |
listKnowledgeBases(ListKnowledgeBasesRequest listKnowledgeBasesRequest)
List Knowledge Bases
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource
|
PrepareAgentResult |
prepareAgent(PrepareAgentRequest prepareAgentRequest)
Prepares an existing Amazon Bedrock Agent to receive runtime requests
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartIngestionJobResult |
startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)
Start a new ingestion job
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Tag a resource
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Untag a resource
|
UpdateAgentResult |
updateAgent(UpdateAgentRequest updateAgentRequest)
Updates an existing Amazon Bedrock Agent
|
UpdateAgentActionGroupResult |
updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest)
Updates an existing Action Group for Amazon Bedrock Agent
|
UpdateAgentAliasResult |
updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest)
Updates an existing Alias for an Amazon Bedrock Agent
|
UpdateAgentKnowledgeBaseResult |
updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest)
Updates an existing Knowledge Base associated to an Amazon Bedrock Agent
|
UpdateDataSourceResult |
updateDataSource(UpdateDataSourceRequest updateDataSourceRequest)
Update an existing data source
|
UpdateKnowledgeBaseResult |
updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest)
Update an existing knowledge base
|
static final String ENDPOINT_PREFIX
AssociateAgentKnowledgeBaseResult associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)
Associate a Knowledge Base to an existing Amazon Bedrock Agent
associateAgentKnowledgeBaseRequest - Associate Agent Knowledge Base RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaCreateAgentResult createAgent(CreateAgentRequest createAgentRequest)
Creates an Amazon Bedrock Agent
createAgentRequest - Create Agent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaCreateAgentActionGroupResult createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest)
Creates an Action Group for existing Amazon Bedrock Agent
createAgentActionGroupRequest - Create Action Group RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaCreateAgentAliasResult createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest)
Creates an Alias for an existing Amazon Bedrock Agent
createAgentAliasRequest - Create Agent Alias RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaCreateDataSourceResult createDataSource(CreateDataSourceRequest createDataSourceRequest)
Create a new data source
createDataSourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaCreateKnowledgeBaseResult createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)
Create a new knowledge base
createKnowledgeBaseRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaDeleteAgentResult deleteAgent(DeleteAgentRequest deleteAgentRequest)
Deletes an Agent for existing Amazon Bedrock Agent
deleteAgentRequest - Delete Agent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationDeleteAgentActionGroupResult deleteAgentActionGroup(DeleteAgentActionGroupRequest deleteAgentActionGroupRequest)
Deletes an Action Group for existing Amazon Bedrock Agent.
deleteAgentActionGroupRequest - Delete Action Group RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationDeleteAgentAliasResult deleteAgentAlias(DeleteAgentAliasRequest deleteAgentAliasRequest)
Deletes an Alias for a Amazon Bedrock Agent
deleteAgentAliasRequest - Delete Agent Alias RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existDeleteAgentVersionResult deleteAgentVersion(DeleteAgentVersionRequest deleteAgentVersionRequest)
Deletes an Agent version for existing Amazon Bedrock Agent
deleteAgentVersionRequest - Delete Agent Version RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationDeleteDataSourceResult deleteDataSource(DeleteDataSourceRequest deleteDataSourceRequest)
Delete an existing data source
deleteDataSourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationDeleteKnowledgeBaseResult deleteKnowledgeBase(DeleteKnowledgeBaseRequest deleteKnowledgeBaseRequest)
Delete an existing knowledge base
deleteKnowledgeBaseRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationDisassociateAgentKnowledgeBaseResult disassociateAgentKnowledgeBase(DisassociateAgentKnowledgeBaseRequest disassociateAgentKnowledgeBaseRequest)
Disassociate an existing Knowledge Base from an Amazon Bedrock Agent
disassociateAgentKnowledgeBaseRequest - Disassociate Agent Knowledge Base RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationGetAgentResult getAgent(GetAgentRequest getAgentRequest)
Gets an Agent for existing Amazon Bedrock Agent
getAgentRequest - Get Agent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetAgentActionGroupResult getAgentActionGroup(GetAgentActionGroupRequest getAgentActionGroupRequest)
Gets an Action Group for existing Amazon Bedrock Agent Version
getAgentActionGroupRequest - Get Action Group RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetAgentAliasResult getAgentAlias(GetAgentAliasRequest getAgentAliasRequest)
Describes an Alias for a Amazon Bedrock Agent
getAgentAliasRequest - Get Agent Alias RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetAgentKnowledgeBaseResult getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)
Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
getAgentKnowledgeBaseRequest - Get Agent Knowledge Base RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetAgentVersionResult getAgentVersion(GetAgentVersionRequest getAgentVersionRequest)
Gets an Agent version for existing Amazon Bedrock Agent
getAgentVersionRequest - Get Agent Version RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetDataSourceResult getDataSource(GetDataSourceRequest getDataSourceRequest)
Get an existing data source
getDataSourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetIngestionJobResult getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)
Get an ingestion job
getIngestionJobRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existGetKnowledgeBaseResult getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)
Get an existing knowledge base
getKnowledgeBaseRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListAgentActionGroupsResult listAgentActionGroups(ListAgentActionGroupsRequest listAgentActionGroupsRequest)
Lists an Action Group for existing Amazon Bedrock Agent Version
listAgentActionGroupsRequest - List Action Groups RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListAgentAliasesResult listAgentAliases(ListAgentAliasesRequest listAgentAliasesRequest)
Lists all the Aliases for an Amazon Bedrock Agent
listAgentAliasesRequest - List Agent Aliases RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListAgentKnowledgeBasesResult listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)
List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version
listAgentKnowledgeBasesRequest - List Agent Knowledge Bases RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListAgentVersionsResult listAgentVersions(ListAgentVersionsRequest listAgentVersionsRequest)
Lists Agent Versions
listAgentVersionsRequest - List Agent Versions RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListAgentsResult listAgents(ListAgentsRequest listAgentsRequest)
Lists Agents
listAgentsRequest - List Agent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestListDataSourcesResult listDataSources(ListDataSourcesRequest listDataSourcesRequest)
List data sources
listDataSourcesRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListIngestionJobsResult listIngestionJobs(ListIngestionJobsRequest listIngestionJobsRequest)
List ingestion jobs
listIngestionJobsRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existListKnowledgeBasesResult listKnowledgeBases(ListKnowledgeBasesRequest listKnowledgeBasesRequest)
List Knowledge Bases
listKnowledgeBasesRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a resource
listTagsForResourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existPrepareAgentResult prepareAgent(PrepareAgentRequest prepareAgentRequest)
Prepares an existing Amazon Bedrock Agent to receive runtime requests
prepareAgentRequest - PrepareAgent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaStartIngestionJobResult startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)
Start a new ingestion job
startIngestionJobRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaTagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Tag a resource
tagResourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaUntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Untag a resource
untagResourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existUpdateAgentResult updateAgent(UpdateAgentRequest updateAgentRequest)
Updates an existing Amazon Bedrock Agent
updateAgentRequest - Update Agent RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaUpdateAgentActionGroupResult updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest)
Updates an existing Action Group for Amazon Bedrock Agent
updateAgentActionGroupRequest - Update Action Group RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaUpdateAgentAliasResult updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest)
Updates an existing Alias for an Amazon Bedrock Agent
updateAgentAliasRequest - Update Agent Alias RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationServiceQuotaExceededException - This exception is thrown when a request is made beyond the service quotaUpdateAgentKnowledgeBaseResult updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest)
Updates an existing Knowledge Base associated to an Amazon Bedrock Agent
updateAgentKnowledgeBaseRequest - Update Agent Knowledge Base RequestThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationUpdateDataSourceResult updateDataSource(UpdateDataSourceRequest updateDataSourceRequest)
Update an existing data source
updateDataSourceRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationUpdateKnowledgeBaseResult updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest)
Update an existing knowledge base
updateKnowledgeBaseRequest - ThrottlingException - This exception is thrown when the number of requests exceeds the limitAccessDeniedException - This exception is thrown when a request is denied per access permissionsValidationException - This exception is thrown when the request's input validation failsInternalServerException - This exception is thrown if there was an unexpected error during processing of requestResourceNotFoundException - This exception is thrown when a resource referenced by the operation does not existConflictException - This exception is thrown when there is a conflict performing an operationvoid shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request - The originally executed request.Copyright © 2023. All rights reserved.