AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Interface for accessing BedrockAgent
Describes the API operations for creating and managing Amazon Bedrock agents.Namespace: Amazon.BedrockAgent
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z
public interface IAmazonBedrockAgent IAmazonService, IDisposable
The IAmazonBedrockAgent type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() |
Paginators | Amazon.BedrockAgent.Model.IBedrockAgentPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AssociateAgentCollaborator(AssociateAgentCollaboratorRequest) |
Makes an agent a collaborator for another agent. |
![]() |
AssociateAgentCollaboratorAsync(AssociateAgentCollaboratorRequest, CancellationToken) |
Makes an agent a collaborator for another agent. |
![]() |
AssociateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest) |
Associates a knowledge base with an agent. If a knowledge base is associated and its
|
![]() |
AssociateAgentKnowledgeBaseAsync(AssociateAgentKnowledgeBaseRequest, CancellationToken) |
Associates a knowledge base with an agent. If a knowledge base is associated and its
|
![]() |
CreateAgent(CreateAgentRequest) |
Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.
|
![]() |
CreateAgentActionGroup(CreateAgentActionGroupRequest) |
Creates an action group for an agent. An action group represents the actions that an agent can carry out for the customer by defining the APIs that an agent can call and the logic for calling them.
To allow your agent to request the user for additional information when trying to
complete a task, add an action group with the
To allow your agent to generate, run, and troubleshoot code when trying to complete
a task, add an action group with the
You must leave the |
![]() |
CreateAgentActionGroupAsync(CreateAgentActionGroupRequest, CancellationToken) |
Creates an action group for an agent. An action group represents the actions that an agent can carry out for the customer by defining the APIs that an agent can call and the logic for calling them.
To allow your agent to request the user for additional information when trying to
complete a task, add an action group with the
To allow your agent to generate, run, and troubleshoot code when trying to complete
a task, add an action group with the
You must leave the |
![]() |
CreateAgentAlias(CreateAgentAliasRequest) |
Creates an alias of an agent that can be used to deploy the agent. |
![]() |
CreateAgentAliasAsync(CreateAgentAliasRequest, CancellationToken) |
Creates an alias of an agent that can be used to deploy the agent. |
![]() |
CreateAgentAsync(CreateAgentRequest, CancellationToken) |
Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers.
|
![]() |
CreateDataSource(CreateDataSourceRequest) |
Connects a knowledge base to a data source. You specify the configuration for the
specific data source service in the
You can't change the |
![]() |
CreateDataSourceAsync(CreateDataSourceRequest, CancellationToken) |
Connects a knowledge base to a data source. You specify the configuration for the
specific data source service in the
You can't change the |
![]() |
CreateFlow(CreateFlowRequest) |
Creates a prompt flow that you can use to send an input through various steps to yield an output. Configure nodes, each of which corresponds to a step of the flow, and create connections between the nodes to create paths to different outputs. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateFlowAlias(CreateFlowAliasRequest) |
Creates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateFlowAliasAsync(CreateFlowAliasRequest, CancellationToken) |
Creates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateFlowAsync(CreateFlowRequest, CancellationToken) |
Creates a prompt flow that you can use to send an input through various steps to yield an output. Configure nodes, each of which corresponds to a step of the flow, and create connections between the nodes to create paths to different outputs. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateFlowVersion(CreateFlowVersionRequest) |
Creates a version of the flow that you can deploy. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateFlowVersionAsync(CreateFlowVersionRequest, CancellationToken) |
Creates a version of the flow that you can deploy. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreateKnowledgeBase(CreateKnowledgeBaseRequest) |
Creates a knowledge base. A knowledge base contains your data sources so that Large
Language Models (LLMs) can use your data. To create a knowledge base, you must first
set up your data sources and configure a supported vector store. For more information,
see Set
up a knowledge base.
If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon
OpenSearch Service, use the console. For more information, see Create
a knowledge base.
|
![]() |
CreateKnowledgeBaseAsync(CreateKnowledgeBaseRequest, CancellationToken) |
Creates a knowledge base. A knowledge base contains your data sources so that Large
Language Models (LLMs) can use your data. To create a knowledge base, you must first
set up your data sources and configure a supported vector store. For more information,
see Set
up a knowledge base.
If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon
OpenSearch Service, use the console. For more information, see Create
a knowledge base.
|
![]() |
CreatePrompt(CreatePromptRequest) |
Creates a prompt in your prompt library that you can add to a flow. For more information, see Prompt management in Amazon Bedrock, Create a prompt using Prompt management and Prompt flows in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreatePromptAsync(CreatePromptRequest, CancellationToken) |
Creates a prompt in your prompt library that you can add to a flow. For more information, see Prompt management in Amazon Bedrock, Create a prompt using Prompt management and Prompt flows in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
CreatePromptVersion(CreatePromptVersionRequest) |
Creates a static snapshot of your prompt that can be deployed to production. For more information, see Deploy prompts using Prompt management by creating versions in the Amazon Bedrock User Guide. |
![]() |
CreatePromptVersionAsync(CreatePromptVersionRequest, CancellationToken) |
Creates a static snapshot of your prompt that can be deployed to production. For more information, see Deploy prompts using Prompt management by creating versions in the Amazon Bedrock User Guide. |
![]() |
DeleteAgent(DeleteAgentRequest) |
Deletes an agent. |
![]() |
DeleteAgentActionGroup(DeleteAgentActionGroupRequest) |
Deletes an action group in an agent. |
![]() |
DeleteAgentActionGroupAsync(DeleteAgentActionGroupRequest, CancellationToken) |
Deletes an action group in an agent. |
![]() |
DeleteAgentAlias(DeleteAgentAliasRequest) |
Deletes an alias of an agent. |
![]() |
DeleteAgentAliasAsync(DeleteAgentAliasRequest, CancellationToken) |
Deletes an alias of an agent. |
![]() |
DeleteAgentAsync(DeleteAgentRequest, CancellationToken) |
Deletes an agent. |
![]() |
DeleteAgentVersion(DeleteAgentVersionRequest) |
Deletes a version of an agent. |
![]() |
DeleteAgentVersionAsync(DeleteAgentVersionRequest, CancellationToken) |
Deletes a version of an agent. |
![]() |
DeleteDataSource(DeleteDataSourceRequest) |
Deletes a data source from a knowledge base. |
![]() |
DeleteDataSourceAsync(DeleteDataSourceRequest, CancellationToken) |
Deletes a data source from a knowledge base. |
![]() |
DeleteFlow(DeleteFlowRequest) |
Deletes a flow. |
![]() |
DeleteFlowAlias(DeleteFlowAliasRequest) |
Deletes an alias of a flow. |
![]() |
DeleteFlowAliasAsync(DeleteFlowAliasRequest, CancellationToken) |
Deletes an alias of a flow. |
![]() |
DeleteFlowAsync(DeleteFlowRequest, CancellationToken) |
Deletes a flow. |
![]() |
DeleteFlowVersion(DeleteFlowVersionRequest) |
Deletes a version of a flow. |
![]() |
DeleteFlowVersionAsync(DeleteFlowVersionRequest, CancellationToken) |
Deletes a version of a flow. |
![]() |
DeleteKnowledgeBase(DeleteKnowledgeBaseRequest) |
Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a DisassociateAgentKnowledgeBase request. |
![]() |
DeleteKnowledgeBaseAsync(DeleteKnowledgeBaseRequest, CancellationToken) |
Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a DisassociateAgentKnowledgeBase request. |
![]() |
DeleteKnowledgeBaseDocuments(DeleteKnowledgeBaseDocumentsRequest) |
Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
DeleteKnowledgeBaseDocumentsAsync(DeleteKnowledgeBaseDocumentsRequest, CancellationToken) |
Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
DeletePrompt(DeletePromptRequest) |
Deletes a prompt or a version of it, depending on whether you include the |
![]() |
DeletePromptAsync(DeletePromptRequest, CancellationToken) |
Deletes a prompt or a version of it, depending on whether you include the |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
DisassociateAgentCollaborator(DisassociateAgentCollaboratorRequest) |
Disassociates an agent collaborator. |
![]() |
DisassociateAgentCollaboratorAsync(DisassociateAgentCollaboratorRequest, CancellationToken) |
Disassociates an agent collaborator. |
![]() |
DisassociateAgentKnowledgeBase(DisassociateAgentKnowledgeBaseRequest) |
Disassociates a knowledge base from an agent. |
![]() |
DisassociateAgentKnowledgeBaseAsync(DisassociateAgentKnowledgeBaseRequest, CancellationToken) |
Disassociates a knowledge base from an agent. |
![]() |
GetAgent(GetAgentRequest) |
Gets information about an agent. |
![]() |
GetAgentActionGroup(GetAgentActionGroupRequest) |
Gets information about an action group for an agent. |
![]() |
GetAgentActionGroupAsync(GetAgentActionGroupRequest, CancellationToken) |
Gets information about an action group for an agent. |
![]() |
GetAgentAlias(GetAgentAliasRequest) |
Gets information about an alias of an agent. |
![]() |
GetAgentAliasAsync(GetAgentAliasRequest, CancellationToken) |
Gets information about an alias of an agent. |
![]() |
GetAgentAsync(GetAgentRequest, CancellationToken) |
Gets information about an agent. |
![]() |
GetAgentCollaborator(GetAgentCollaboratorRequest) |
Retrieves information about an agent's collaborator. |
![]() |
GetAgentCollaboratorAsync(GetAgentCollaboratorRequest, CancellationToken) |
Retrieves information about an agent's collaborator. |
![]() |
GetAgentKnowledgeBase(GetAgentKnowledgeBaseRequest) |
Gets information about a knowledge base associated with an agent. |
![]() |
GetAgentKnowledgeBaseAsync(GetAgentKnowledgeBaseRequest, CancellationToken) |
Gets information about a knowledge base associated with an agent. |
![]() |
GetAgentVersion(GetAgentVersionRequest) |
Gets details about a version of an agent. |
![]() |
GetAgentVersionAsync(GetAgentVersionRequest, CancellationToken) |
Gets details about a version of an agent. |
![]() |
GetDataSource(GetDataSourceRequest) |
Gets information about a data source. |
![]() |
GetDataSourceAsync(GetDataSourceRequest, CancellationToken) |
Gets information about a data source. |
![]() |
GetFlow(GetFlowRequest) |
Retrieves information about a flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetFlowAlias(GetFlowAliasRequest) |
Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetFlowAliasAsync(GetFlowAliasRequest, CancellationToken) |
Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetFlowAsync(GetFlowRequest, CancellationToken) |
Retrieves information about a flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetFlowVersion(GetFlowVersionRequest) |
Retrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetFlowVersionAsync(GetFlowVersionRequest, CancellationToken) |
Retrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
GetIngestionJob(GetIngestionJobRequest) |
Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data. |
![]() |
GetIngestionJobAsync(GetIngestionJobRequest, CancellationToken) |
Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data. |
![]() |
GetKnowledgeBase(GetKnowledgeBaseRequest) |
Gets information about a knoweldge base. |
![]() |
GetKnowledgeBaseAsync(GetKnowledgeBaseRequest, CancellationToken) |
Gets information about a knoweldge base. |
![]() |
GetKnowledgeBaseDocuments(GetKnowledgeBaseDocumentsRequest) |
Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
GetKnowledgeBaseDocumentsAsync(GetKnowledgeBaseDocumentsRequest, CancellationToken) |
Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
GetPrompt(GetPromptRequest) |
Retrieves information about the working draft ( |
![]() |
GetPromptAsync(GetPromptRequest, CancellationToken) |
Retrieves information about the working draft ( |
![]() |
IngestKnowledgeBaseDocuments(IngestKnowledgeBaseDocumentsRequest) |
Ingests documents directly into the knowledge base that is connected to the data source.
The |
![]() |
IngestKnowledgeBaseDocumentsAsync(IngestKnowledgeBaseDocumentsRequest, CancellationToken) |
Ingests documents directly into the knowledge base that is connected to the data source.
The |
![]() |
ListAgentActionGroups(ListAgentActionGroupsRequest) |
Lists the action groups for an agent and information about each one. |
![]() |
ListAgentActionGroupsAsync(ListAgentActionGroupsRequest, CancellationToken) |
Lists the action groups for an agent and information about each one. |
![]() |
ListAgentAliases(ListAgentAliasesRequest) |
Lists the aliases of an agent and information about each one. |
![]() |
ListAgentAliasesAsync(ListAgentAliasesRequest, CancellationToken) |
Lists the aliases of an agent and information about each one. |
![]() |
ListAgentCollaborators(ListAgentCollaboratorsRequest) |
Retrieve a list of an agent's collaborators. |
![]() |
ListAgentCollaboratorsAsync(ListAgentCollaboratorsRequest, CancellationToken) |
Retrieve a list of an agent's collaborators. |
![]() |
ListAgentKnowledgeBases(ListAgentKnowledgeBasesRequest) |
Lists knowledge bases associated with an agent and information about each one. |
![]() |
ListAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest, CancellationToken) |
Lists knowledge bases associated with an agent and information about each one. |
![]() |
ListAgents(ListAgentsRequest) |
Lists the agents belonging to an account and information about each agent. |
![]() |
ListAgentsAsync(ListAgentsRequest, CancellationToken) |
Lists the agents belonging to an account and information about each agent. |
![]() |
ListAgentVersions(ListAgentVersionsRequest) |
Lists the versions of an agent and information about each version. |
![]() |
ListAgentVersionsAsync(ListAgentVersionsRequest, CancellationToken) |
Lists the versions of an agent and information about each version. |
![]() |
ListDataSources(ListDataSourcesRequest) |
Lists the data sources in a knowledge base and information about each one. |
![]() |
ListDataSourcesAsync(ListDataSourcesRequest, CancellationToken) |
Lists the data sources in a knowledge base and information about each one. |
![]() |
ListFlowAliases(ListFlowAliasesRequest) |
Returns a list of aliases for a flow. |
![]() |
ListFlowAliasesAsync(ListFlowAliasesRequest, CancellationToken) |
Returns a list of aliases for a flow. |
![]() |
ListFlows(ListFlowsRequest) |
Returns a list of flows and information about each flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
ListFlowsAsync(ListFlowsRequest, CancellationToken) |
Returns a list of flows and information about each flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
ListFlowVersions(ListFlowVersionsRequest) |
Returns a list of information about each flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
ListFlowVersionsAsync(ListFlowVersionsRequest, CancellationToken) |
Returns a list of information about each flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
ListIngestionJobs(ListIngestionJobsRequest) |
Lists the data ingestion jobs for a data source. The list also includes information about each job. |
![]() |
ListIngestionJobsAsync(ListIngestionJobsRequest, CancellationToken) |
Lists the data ingestion jobs for a data source. The list also includes information about each job. |
![]() |
ListKnowledgeBaseDocuments(ListKnowledgeBaseDocumentsRequest) |
Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
ListKnowledgeBaseDocumentsAsync(ListKnowledgeBaseDocumentsRequest, CancellationToken) |
Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide. |
![]() |
ListKnowledgeBases(ListKnowledgeBasesRequest) |
Lists the knowledge bases in an account. The list also includesinformation about each knowledge base. |
![]() |
ListKnowledgeBasesAsync(ListKnowledgeBasesRequest, CancellationToken) |
Lists the knowledge bases in an account. The list also includesinformation about each knowledge base. |
![]() |
ListPrompts(ListPromptsRequest) |
Returns either information about the working draft ( |
![]() |
ListPromptsAsync(ListPromptsRequest, CancellationToken) |
Returns either information about the working draft ( |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
List all the tags for the resource you specify. |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
List all the tags for the resource you specify. |
![]() |
PrepareAgent(PrepareAgentRequest) |
Creates a |
![]() |
PrepareAgentAsync(PrepareAgentRequest, CancellationToken) |
Creates a |
![]() |
PrepareFlow(PrepareFlowRequest) |
Prepares the |
![]() |
PrepareFlowAsync(PrepareFlowRequest, CancellationToken) |
Prepares the |
![]() |
StartIngestionJob(StartIngestionJobRequest) |
Begins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data. |
![]() |
StartIngestionJobAsync(StartIngestionJobRequest, CancellationToken) |
Begins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data. |
![]() |
StopIngestionJob(StopIngestionJobRequest) |
Stops a currently running data ingestion job. You can send a |
![]() |
StopIngestionJobAsync(StopIngestionJobRequest, CancellationToken) |
Stops a currently running data ingestion job. You can send a |
![]() |
TagResource(TagResourceRequest) |
Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide. |
![]() |
UntagResource(UntagResourceRequest) |
Remove tags from a resource. |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Remove tags from a resource. |
![]() |
UpdateAgent(UpdateAgentRequest) |
Updates the configuration of an agent. |
![]() |
UpdateAgentActionGroup(UpdateAgentActionGroupRequest) |
Updates the configuration for an action group for an agent. |
![]() |
UpdateAgentActionGroupAsync(UpdateAgentActionGroupRequest, CancellationToken) |
Updates the configuration for an action group for an agent. |
![]() |
UpdateAgentAlias(UpdateAgentAliasRequest) |
Updates configurations for an alias of an agent. |
![]() |
UpdateAgentAliasAsync(UpdateAgentAliasRequest, CancellationToken) |
Updates configurations for an alias of an agent. |
![]() |
UpdateAgentAsync(UpdateAgentRequest, CancellationToken) |
Updates the configuration of an agent. |
![]() |
UpdateAgentCollaborator(UpdateAgentCollaboratorRequest) |
Updates an agent's collaborator. |
![]() |
UpdateAgentCollaboratorAsync(UpdateAgentCollaboratorRequest, CancellationToken) |
Updates an agent's collaborator. |
![]() |
UpdateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest) |
Updates the configuration for a knowledge base that has been associated with an agent. |
![]() |
UpdateAgentKnowledgeBaseAsync(UpdateAgentKnowledgeBaseRequest, CancellationToken) |
Updates the configuration for a knowledge base that has been associated with an agent. |
![]() |
UpdateDataSource(UpdateDataSourceRequest) |
Updates the configurations for a data source connector.
You can't change the |
![]() |
UpdateDataSourceAsync(UpdateDataSourceRequest, CancellationToken) |
Updates the configurations for a data source connector.
You can't change the |
![]() |
UpdateFlow(UpdateFlowRequest) |
Modifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
UpdateFlowAlias(UpdateFlowAliasRequest) |
Modifies the alias of a flow. Include both fields that you want to keep and ones that you want to change. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
UpdateFlowAliasAsync(UpdateFlowAliasRequest, CancellationToken) |
Modifies the alias of a flow. Include both fields that you want to keep and ones that you want to change. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
UpdateFlowAsync(UpdateFlowRequest, CancellationToken) |
Modifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide. |
![]() |
UpdateKnowledgeBase(UpdateKnowledgeBaseRequest) |
Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same. You can change the following fields:
You can't change the |
![]() |
UpdateKnowledgeBaseAsync(UpdateKnowledgeBaseRequest, CancellationToken) |
Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same. You can change the following fields:
You can't change the |
![]() |
UpdatePrompt(UpdatePromptRequest) |
Modifies a prompt in your prompt library. Include both fields that you want to keep and fields that you want to replace. For more information, see Prompt management in Amazon Bedrock and Edit prompts in your prompt library in the Amazon Bedrock User Guide. |
![]() |
UpdatePromptAsync(UpdatePromptRequest, CancellationToken) |
Modifies a prompt in your prompt library. Include both fields that you want to keep and fields that you want to replace. For more information, see Prompt management in Amazon Bedrock and Edit prompts in your prompt library in the Amazon Bedrock User Guide. |
![]() |
ValidateFlowDefinition(ValidateFlowDefinitionRequest) |
Validates the definition of a flow. |
![]() |
ValidateFlowDefinitionAsync(ValidateFlowDefinitionRequest, CancellationToken) |
Validates the definition of a flow. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5