Package-level declarations

Types

Link copied to clipboard

The request is denied because of missing access permissions.

Link copied to clipboard
sealed class 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.

Link copied to clipboard
Link copied to clipboard
sealed class ActionGroupState
Link copied to clipboard

Contains details about an action group.

Link copied to clipboard
class Agent

Contains details about an agent.

Link copied to clipboard

Contains details about an action group.

Link copied to clipboard

Contains details about an alias of an agent.

Link copied to clipboard

Contains details about the history of the alias.

Link copied to clipboard

Contains details about the routing configuration of the alias.

Link copied to clipboard
sealed class AgentAliasStatus
Link copied to clipboard

Contains details about an alias of an agent.

Link copied to clipboard
sealed class AgentCollaboration
Link copied to clipboard

An agent collaborator.

Link copied to clipboard

An agent collaborator summary.

Link copied to clipboard

An agent descriptor.

Link copied to clipboard

Defines an agent node in your flow. You specify the agent to invoke at this point in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains details about a knowledge base that is associated with an agent.

Link copied to clipboard

Contains details about a knowledge base associated with an agent.

Link copied to clipboard
sealed class AgentStatus
Link copied to clipboard

Contains details about an agent.

Link copied to clipboard

Contains details about a version of an agent.

Link copied to clipboard

Contains details about a version of an agent.

Link copied to clipboard

Enum representing the invocation state of an agent alias

Link copied to clipboard

Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard
sealed class ApiSchema

Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3 field.

Link copied to clipboard

Defines tools. The model automatically decides whether to call a tool or to generate text instead. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard

Base class for all service related exceptions thrown by the BedrockAgent client

Link copied to clipboard

Contains configurations for using Amazon Bedrock Data Automation as the parser for ingesting your data sources.

Link copied to clipboard

The vector configuration details for the Bedrock embeddings model.

Link copied to clipboard

Settings for a foundation model used to parse documents for a data source.

Context enrichment configuration is used to provide additional context to the RAG application using Amazon Bedrock foundation models.

Link copied to clipboard

Contains information about content defined inline in bytes.

Link copied to clipboard

Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.

Link copied to clipboard
sealed class CachePointType
Link copied to clipboard

Contains configurations to use a prompt in a conversational format. For more information, see Create a prompt using Prompt management.

Link copied to clipboard

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.

Link copied to clipboard
sealed class ChunkingStrategy
Link copied to clipboard

Defines a collector node in your flow. This node takes an iteration of inputs and consolidates them into an array in the output. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard
sealed class ConcurrencyType
Link copied to clipboard

Defines a condition node in your flow. You can specify conditions that determine which node comes next in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

There was a conflict performing an operation.

Link copied to clipboard
sealed class ConfluenceAuthType
Link copied to clipboard

The configuration of the Confluence content. For example, configuring specific types of Confluence content.

Link copied to clipboard

The configuration information to connect to Confluence as your data source.

Link copied to clipboard
sealed class ConfluenceHostType
Link copied to clipboard

The endpoint information to connect to your Confluence data source.

Link copied to clipboard
sealed class ContentBlock

Contains the content for the message you pass to, or receive from a model. For more information, see Create a prompt using Prompt management.

Link copied to clipboard
Link copied to clipboard

Context enrichment configuration is used to provide additional context to the RAG application.

Link copied to clipboard
Link copied to clipboard
sealed class ConversationRole
Link copied to clipboard

The configuration of filtering the data source content. For example, configuring regular expression patterns to include or exclude certain content.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class CreationMode
Link copied to clipboard

Contains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.

Link copied to clipboard

Contains information about the content to ingest into a knowledge base connected to a custom data source. Choose a sourceType and include the field that corresponds to it.

Link copied to clipboard
sealed class CustomControlMethod
Link copied to clipboard

Contains information about the identifier of the document to ingest into a custom data source.

Link copied to clipboard

Details of custom orchestration.

Link copied to clipboard

Contains information about the Amazon S3 location of the file containing the content to ingest into a knowledge base connected to a custom data source.

Link copied to clipboard
sealed class CustomSourceType
Link copied to clipboard

Settings for customizing steps in the data source content ingestion pipeline.

Link copied to clipboard

Details about a cyclic connection detected in the flow.

Link copied to clipboard
sealed class DataDeletionPolicy
Link copied to clipboard

Contains details about a data source.

Link copied to clipboard

The connection configuration for the data source.

Link copied to clipboard
sealed class DataSourceStatus
Link copied to clipboard

Contains details about a data source.

Link copied to clipboard
sealed class DataSourceType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains information about the content of a document. Choose a dataSourceType and include the field that corresponds to it.

Link copied to clipboard

Contains information that identifies the document.

Link copied to clipboard

Contains information about the metadata associate with the content to ingest into a knowledge base. Choose a type and include the field that corresponds to it.

Link copied to clipboard
sealed class DocumentStatus

Details about duplicate condition expressions found in a condition node.

Details about duplicate connections found between two nodes in the flow.

Link copied to clipboard
sealed class EmbeddingDataType

Bedrock models embedding data type. Can be either float32 or binary.

Link copied to clipboard

The configuration details for the embeddings model.

Link copied to clipboard

The strategy used for performing context enrichment.

Link copied to clipboard
Link copied to clipboard

Specifies a metadata field to include or exclude during the reranking process.

Link copied to clipboard

Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy as NONE, exclude this field.

Link copied to clipboard

Determines how multiple nodes in a flow can run in parallel. Running nodes concurrently can improve your flow's performance.

Link copied to clipboard

Contains information about a version that the alias maps to.

Link copied to clipboard

Contains information about an alias of a flow.

Link copied to clipboard

Defines a condition in the condition node.

Link copied to clipboard

The configuration of a connection between a condition node and another node.

Link copied to clipboard

Contains information about a connection between two nodes in the flow.

Link copied to clipboard

The configuration of the connection.

Link copied to clipboard
sealed class FlowConnectionType
Link copied to clipboard

The configuration of a connection originating from a node that isn't a Condition node.

Link copied to clipboard

The definition of the nodes and connections between nodes in the flow.

Link copied to clipboard
class FlowNode

Contains configurations about a node in the flow.

Link copied to clipboard

Contains configurations for a node in your flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains configurations for an input in an Amazon Bedrock Flows node.

Link copied to clipboard
Link copied to clipboard
sealed class FlowNodeIoDataType
Link copied to clipboard

Contains configurations for an output from a node.

Link copied to clipboard
sealed class FlowNodeType
Link copied to clipboard
sealed class FlowStatus
Link copied to clipboard

Contains the definition of a flow.

Link copied to clipboard

Contains information about validation of the flow.

Link copied to clipboard

A union type containing various possible validation issues in the flow.

Link copied to clipboard
Link copied to clipboard
sealed class FlowValidationType
Link copied to clipboard

Contains information about a version of a flow.

Link copied to clipboard
class Function

Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group.

Link copied to clipboard
sealed class FunctionSchema

Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Details about a guardrail associated with a resource.

Link copied to clipboard

Settings for hierarchical document chunking for a data source. Hierarchical chunking splits documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer.

Link copied to clipboard

Token settings for a layer in a hierarchical chunking configuration.

Link copied to clipboard
sealed class IncludeExclude

Details about incompatible data types in a connection between nodes.

Link copied to clipboard
Link copied to clipboard

Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models.

Link copied to clipboard

Contains details about a data ingestion job. Data sources are ingested into a knowledge base so that Large Language Models (LLMs) can use your data.

Link copied to clipboard

The definition of a filter to filter the data.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The parameters of sorting the data.

Link copied to clipboard
Link copied to clipboard

Contains the statistics for the data ingestion job.

Link copied to clipboard
sealed class IngestionJobStatus
Link copied to clipboard

Contains details about a data ingestion job.

Link copied to clipboard

Contains configurations for an inline code node in your flow. Inline code nodes let you write and execute code directly within your flow, enabling data transformations, custom logic, and integrations without needing an external Lambda function.

Link copied to clipboard

Contains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.

Link copied to clipboard
sealed class InlineContentType
Link copied to clipboard

Contains configurations for the input flow node for a flow. This node takes the input from flow invocation and passes it to the next node in the data type that you specify.

Link copied to clipboard

A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.

Link copied to clipboard

An internal server error occurred. Retry your request.

Link copied to clipboard

Details about a flow that contains connections that violate loop boundary rules.

Link copied to clipboard

Contains configurations for an iterator node in a flow. Takes an input that is an array and iteratively sends each item of the array as an output to the following node. The size of the array is also returned in the output.

Link copied to clipboard

Settings for an Amazon Kendra knowledge base.

Link copied to clipboard

Contains information about a knowledge base.

Link copied to clipboard

Contains details about the vector embeddings configuration of the knowledge base.

Link copied to clipboard

Contains information about a document to ingest into a knowledge base and metadata to associate with it.

Link copied to clipboard

Contains the details for a document that was ingested or deleted.

Link copied to clipboard

Contains configurations for a knowledge base node in a flow. This node takes a query as the input and returns, as the output, the retrieved responses directly (as an array) or a response generated based on the retrieved responses. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

Configures how the knowledge base orchestrates the retrieval and generation process, allowing for customization of prompts, inference parameters, and performance settings.

Link copied to clipboard

Defines a custom prompt template for orchestrating the retrieval and generation process.

Link copied to clipboard
sealed class KnowledgeBaseState
Link copied to clipboard
sealed class KnowledgeBaseStatus
Link copied to clipboard
Link copied to clipboard

Contains details about a knowledge base.

Link copied to clipboard
sealed class KnowledgeBaseType
Link copied to clipboard

Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains configurations for the controller node of a DoWhile loop in the flow.

Link copied to clipboard

Contains configurations for the nodes of a DoWhile loop in your flow.

Details about a flow that contains an incompatible node in a DoWhile loop.

Link copied to clipboard

Contains configurations for the input node of a DoWhile loop in the flow.

Details about a malformed condition expression in a node.

Details about a malformed input expression in a node.

Link copied to clipboard

Details of the memory configuration.

Link copied to clipboard
sealed class MemoryType
Link copied to clipboard
class Message

A message input or response from a model. For more information, see Create a prompt using Prompt management.

Link copied to clipboard

Contains information about a metadata attribute.

Link copied to clipboard

Contains the value of the metadata attribute. Choose a type and include the field that corresponds to it.

Link copied to clipboard

Specifies how metadata fields should be handled during the reranking process.

Link copied to clipboard
sealed class MetadataSourceType
Link copied to clipboard
sealed class MetadataValueType

Details about mismatched input data types in a node.

Details about mismatched output data types in a node.

Details about a connection missing required configuration.

Details about a missing default condition in a conditional node.

Link copied to clipboard

Details about missing ending nodes (such as FlowOutputNode) in the flow.

Details about a flow that's missing a required LoopController node in a DoWhile loop.

Details about a flow that's missing a required LoopInput node in a DoWhile loop.

Details about a node missing a required configuration.

Link copied to clipboard

Details about a missing required input in a node.

Link copied to clipboard

Details about a missing required output in a node.

Details about missing starting nodes (such as FlowInputNode) in the flow.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in MongoDB Atlas.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Details about a flow that contains multiple LoopController nodes in a DoWhile loop.

Details about a flow that contains multiple LoopInput nodes in a DoWhile loop.

Details about multiple connections to a single node input.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see Create a vector index in Amazon Neptune Analytics.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

Contains details about the Lambda function containing the orchestration logic carried out upon invoking the custom orchestration.

Link copied to clipboard
sealed class OrchestrationType
Link copied to clipboard

Contains configurations for an output flow node in the flow. You specify the data type expected for the input into the node in the type field and how to return the final output in the expression field.

Link copied to clipboard

Contains details about a parameter in a function for an action group.

Link copied to clipboard

Settings for parsing document contents. If you exclude this field, the default parser converts the contents of each document into text before splitting it into chunks. Specify the parsing strategy to use in the parsingStrategy field and include the relevant configuration, or omit it to use the Amazon Bedrock default parser. For more information, see Parsing options for your data source.

Link copied to clipboard
sealed class ParsingModality
Link copied to clipboard

Instructions for interpreting the contents of a document.

Link copied to clipboard
sealed class ParsingStrategy
Link copied to clipboard

The specific filters applied to your data source content. You can filter out or include certain content.

Link copied to clipboard

The configuration of filtering certain objects or content types of the data source.

Link copied to clipboard
Link copied to clipboard

The performance-related configuration options for the knowledge base retrieval and generation process.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains specifications for an Amazon Bedrock agent with which to use the prompt. For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents.

Link copied to clipboard

Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.

Link copied to clipboard

Contains configurations for a prompt node in the flow. You can use a prompt from Prompt management or you can define one in this node. If the prompt contains variables, the inputs into this node will fill in the variables. The output from this node is the response generated by the model. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains configurations for a prompt defined inline in the node.

Link copied to clipboard

Contains configurations for a prompt from Prompt management to use in a node.

Link copied to clipboard

Contains configurations for a prompt and whether it is from Prompt management or defined inline.

Link copied to clipboard
sealed class PromptGenAiResource

Contains specifications for a generative AI resource with which to use the prompt. For more information, see Create a prompt using Prompt management.

Link copied to clipboard

Contains inference configurations for the prompt.

Link copied to clipboard

Contains information about a variable in the prompt.

Link copied to clipboard

Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see Create a prompt using Prompt management.

Link copied to clipboard

Contains inference configurations related to model inference for a prompt. For more information, see Inference parameters.

Link copied to clipboard

Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.

Link copied to clipboard
sealed class PromptState
Link copied to clipboard

Contains information about a prompt in your Prompt management tool.

Link copied to clipboard

Contains the message for a prompt. For more information, see Construct and store reusable prompts with Prompt management in Amazon Bedrock.

Link copied to clipboard
sealed class PromptTemplateType
Link copied to clipboard
sealed class PromptType
Link copied to clipboard

Contains details about a variant of the prompt.

Link copied to clipboard
sealed class QueryEngineType
Link copied to clipboard

Contains information about a column in the current table for the query engine to consider.

Link copied to clipboard

Contains configurations for query generation. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide..

Link copied to clipboard
Link copied to clipboard

Contains information about a table for the query engine to consider.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

Contains configurations for an Amazon Redshift database. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains configurations for authentication to an Amazon Redshift provisioned data warehouse. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

Link copied to clipboard
Link copied to clipboard

Contains configurations for a provisioned Amazon Redshift query engine.

Contains configurations for storage in Glue Data Catalog.

Link copied to clipboard

Contains configurations for an Amazon Redshift query engine. Specify the type of query engine in type and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Contains configurations for storage in Amazon Redshift.

Link copied to clipboard

Contains configurations for Amazon Redshift data storage. Specify the data storage service to use in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies configurations for authentication to a Redshift Serverless. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

Link copied to clipboard
Link copied to clipboard

Contains configurations for authentication to Amazon Redshift Serverless.

Link copied to clipboard
Link copied to clipboard
sealed class RequireConfirmation

Whether the action requires user confirmation.

Link copied to clipboard

Configures the metadata fields to include or exclude during the reranking process when using selective mode.

Link copied to clipboard

The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.

Link copied to clipboard

Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.

Link copied to clipboard

Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.

Link copied to clipboard

Contains configurations for the service to use for retrieving data to return as the output from the node.

Link copied to clipboard
class S3Content

Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source.

Link copied to clipboard

The configuration information to connect to Amazon S3 as your data source.

Link copied to clipboard

The identifier information for an Amazon S3 bucket.

Link copied to clipboard

An Amazon S3 location.

Link copied to clipboard

Contains the storage configuration of the knowledge base for S3 vectors.

Link copied to clipboard
sealed class SalesforceAuthType
Link copied to clipboard

The configuration of the Salesforce content. For example, configuring specific types of Salesforce content.

Link copied to clipboard

The configuration information to connect to Salesforce as your data source.

Link copied to clipboard

The endpoint information to connect to your Salesforce data source.

Link copied to clipboard
class SeedUrl

The seed or starting point URL. You should be authorized to crawl the URL.

Link copied to clipboard

Settings for semantic document chunking for a data source. Semantic chunking splits a document into into smaller documents based on groups of similar content derived from the text with natural language processing.

Link copied to clipboard

Contains the configuration for server-side encryption.

Link copied to clipboard

The number of requests exceeds the service quota. Resubmit your request later.

Link copied to clipboard

Configuration for SESSION_SUMMARY memory type enabled for the agent.

Link copied to clipboard
sealed class SharePointAuthType
Link copied to clipboard

The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.

Link copied to clipboard

The configuration information to connect to SharePoint as your data source.

Link copied to clipboard
sealed class SharePointHostType
Link copied to clipboard

The endpoint information to connect to your SharePoint data source.

Link copied to clipboard
sealed class SortOrder
Link copied to clipboard

Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard

Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class StepType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains the storage configuration of the knowledge base.

Link copied to clipboard

Contains configurations for a Storage node in a flow. This node stores the input in an Amazon S3 location that you specify.

Link copied to clipboard

Contains configurations for the Amazon S3 location in which to store the input into the node.

Link copied to clipboard

Contains configurations for the service to use for storing the input into the node.

Link copied to clipboard

Specifies configurations for the storage location of the images extracted from multimodal documents in your data source. These images can be retrieved and returned to the end user.

Link copied to clipboard

Contains information about a storage location for images extracted from multimodal documents in your data source.

Link copied to clipboard
sealed class SupportedLanguages
Link copied to clipboard
sealed class SystemContentBlock

Contains a system prompt to provide context to the model or to describe how it should behave. For more information, see Create a prompt using Prompt management.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Contains information about content defined inline in text.

Link copied to clipboard

Contains configurations for a text prompt template. To include a variable, enclose a word in double curly braces as in {{variable}}.

Link copied to clipboard

The number of requests exceeds the limit. Resubmit your request later.

Link copied to clipboard
sealed class Tool

Contains configurations for a tool that a model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard
sealed class ToolChoice

Defines which tools the model should request when invoked. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard

Configuration information for the tools that the model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard
sealed class ToolInputSchema

The input schema for the tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard

Contains a specification for a tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Link copied to clipboard

A custom processing step for documents moving through a data source ingestion pipeline. To process documents after they have been converted into chunks, set the step to apply to POST_CHUNKING.

Link copied to clipboard

A Lambda function that processes documents.

Link copied to clipboard

A Lambda function that processes documents.

Link copied to clipboard
sealed class Type

Details about an unfulfilled node input with no valid connections.

Details about an unknown condition for a connection.

Details about an unknown source node for a connection.

Details about an unknown source output for a connection.

Details about an unknown target node for a connection.

Details about an unknown target input for a connection.

Link copied to clipboard

Details about an unknown input for a node.

Link copied to clipboard

Details about an unknown output for a node.

Link copied to clipboard

Details about an unreachable node in the flow. A node is unreachable when there are no paths to it from any starting node.

Details about unsatisfied conditions for a connection. A condition is unsatisfied if it can never be true, for example two branches of condition node cannot be simultaneously true.

Link copied to clipboard

Details about an unspecified validation that doesn't fit other categories.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.

Link copied to clipboard

Input validation failed. Check your request parameters and retry the request.

Link copied to clipboard

Stores information about a field passed inside a request that resulted in an validation error.

Link copied to clipboard

Contains details about how to ingest the documents in a data source.

Link copied to clipboard

Contains details about the model used to create vector embeddings for the knowledge base.

Configures the Amazon Bedrock reranker model to improve the relevance of retrieved results.

Configures the Amazon Bedrock model used for reranking retrieved results.

Link copied to clipboard

Specifies how retrieved results from a knowledge base are reranked to improve relevance.

Link copied to clipboard

The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.

Link copied to clipboard

The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.

Link copied to clipboard

The configuration details for the web data source.

Link copied to clipboard
sealed class WebScopeType
Link copied to clipboard

The configuration of the URL/URLs for the web content that you want to crawl. You should be authorized to crawl the URLs.