Package-level declarations

Types

Link copied to clipboard

The request is denied because of missing access permissions. Check your permissions and retry your request.

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

Contains information about the action group being invoked. For more information about the possible structures, see the InvocationInput tab in OrchestrationTrace in the Amazon Bedrock User Guide.

Link copied to clipboard

Contains the JSON-formatted string returned by the API invoked by the action group.

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

Contains details of the inline agent's action group.

Link copied to clipboard
sealed class AgentCollaboration
Link copied to clipboard

Input for an agent collaborator. The input can be text or an action invocation result.

Link copied to clipboard

An agent collaborator invocation input.

Link copied to clipboard

Output from an agent collaborator.

Link copied to clipboard

Output from an agent collaborator. The output can be text or an action invocation result.

Link copied to clipboard

An event in which the prompt was analyzed in preparation for optimization.

Link copied to clipboard

Contains information about the API operation that the agent predicts should be called.

Link copied to clipboard

Information about a parameter to provide to the API request.

Link copied to clipboard

The request body to provide for the API request, as the agent elicited from the user.

Link copied to clipboard
class ApiResult

Contains information about the API operation that was called from the action group and the response body that was returned.

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

Contains citations for a part of an agent response.

Link copied to clipboard

There was an issue with a dependency due to a server issue. Retry your request.

Link copied to clipboard

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

Link copied to clipboard

Settings for a model called with InvokeAgent.

Link copied to clipboard

Contains configurations for an Amazon Bedrock reranker model.

Link copied to clipboard

Contains configurations for a reranker model.

Link copied to clipboard

A block of content that you pass to, or receive from, a Amazon Bedrock session in an invocation step. You pass the content to a session in the payLoad of the PutInvocationStep API operation. You retrieve the content with the GetInvocationStep API operation.

Link copied to clipboard

This property contains the document to chat with, along with its attributes.

Link copied to clipboard

The property contains the file to chat with, along with its attributes.

Link copied to clipboard
sealed class Caller

Details about a caller.

Link copied to clipboard
class Citation

An object containing a segment of the generated response that is based on a source in the knowledge base, alongside information about the source.

Link copied to clipboard

A citation event.

Link copied to clipboard

Contains information about the code interpreter being invoked.

Link copied to clipboard

Contains the JSON-formatted string returned by the API invoked by the code interpreter.

Link copied to clipboard

List of inline collaborators.

Link copied to clipboard

Settings of an inline collaborator agent.

Link copied to clipboard

Contains information about a condition evaluation result during a flow execution. This event is generated when a condition node in the flow evaluates its conditions.

Link copied to clipboard
sealed class ConfirmationState
Link copied to clipboard

There was a conflict performing an operation. Resolve the conflict and retry your request.

Link copied to clipboard
sealed class ContentBlock

A content block.

Link copied to clipboard

Contains the body of the API response.

Link copied to clipboard

A conversation history.

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

Contains details of the custom orchestration configured for the agent.

Link copied to clipboard

The trace behavior for the custom orchestration.

Link copied to clipboard

The event in the custom orchestration sequence. Events are the responses which the custom orchestration Lambda function sends as response to the agent.

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

There was an issue with a dependency. Check the resource configurations and retry the request.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class ExecutionType
Link copied to clipboard

The unique external source of the content contained in the wrapper object.

Link copied to clipboard

Contains the generation configuration of the external source wrapper object.

The configurations of the external source wrapper object in the retrieveAndGenerate function.

Link copied to clipboard
sealed class ExternalSourceType
Link copied to clipboard

Contains information about the failure of the interaction.

Link copied to clipboard

Contains information for a metadata field to include in or exclude from consideration when reranking.

Link copied to clipboard
class FilePart

Contains intermediate response for code interpreter if any files have been generated.

Link copied to clipboard

The source file of the content contained in the wrapper object.

Link copied to clipboard
sealed class FileSourceType
Link copied to clipboard
sealed class FileUseCase
Link copied to clipboard

Specifies the name that the metadata attribute must match and the value to which to compare the value of the metadata attribute. For more information, see Query configurations.

Link copied to clipboard

Contains details about the response to the user.

Link copied to clipboard

Contains information about why a flow completed.

Link copied to clipboard
Link copied to clipboard
sealed class FlowErrorCode
Link copied to clipboard

Contains the content of an flow execution input or output field.

Link copied to clipboard

Contains information about an error that occurred during an flow execution.

Link copied to clipboard
Link copied to clipboard
sealed class FlowExecutionEvent

Represents an event that occurred during an flow execution. This is a union type that can contain one of several event types, such as node input and output events; flow input and output events; condition node result events, or failure events.

Link copied to clipboard
Link copied to clipboard

Contains information about the inputs provided to the flow at the start of a flow execution.

Link copied to clipboard

Contains information about the outputs produced by the flow during a flow execution.

Link copied to clipboard
sealed class FlowExecutionStatus
Link copied to clipboard

Contains summary information about a flow execution, including its status, timestamps, and identifiers.

Link copied to clipboard

Contains information about a failure that occurred at the flow level during a flow execution.

Link copied to clipboard
class FlowInput

Contains information about an input into the prompt flow and where to send it.

Link copied to clipboard
sealed class FlowInputContent

Contains information about an input into the flow.

Link copied to clipboard

Represents an input field provided to a flow during a flow execution.

Link copied to clipboard

The content structure containing input information for multi-turn flow interactions.

Link copied to clipboard

Response object from the flow multi-turn node requesting additional information.

Link copied to clipboard
sealed class FlowOutputContent

Contains information about the content in an output from prompt flow invocation.

Link copied to clipboard

Contains information about an output from prompt flow invoction.

Link copied to clipboard

Represents an output field produced by a flow during a flow execution.

Link copied to clipboard
sealed class FlowResponseStream

The output of the flow.

Link copied to clipboard
sealed class FlowTrace

Contains information about an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about a condition that was satisfied. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about an output from a condition node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about a trace, which tracks an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes.

Link copied to clipboard

Contains the content of the node input. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about a field in the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains the content of the node output. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

Contains information about a field in the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

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

Contains information about the function that the agent predicts should be called.

Link copied to clipboard

Contains information about a parameter of the function.

Link copied to clipboard

Contains information about the function that was called from the action group and the response that was returned.

Link copied to clipboard
sealed class FunctionSchema

Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.

Link copied to clipboard

Contains information about a query generated for a natural language query.

Link copied to clipboard
sealed class GeneratedQueryType
Link copied to clipboard

Contains metadata about a part of the generated response that is accompanied by a citation.

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

Contains configurations for response generation based on the knowledge base query results.

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

Assessment details of the content analyzed by Guardrails.

Link copied to clipboard

The configuration details for the guardrail.

Link copied to clipboard

The configuration details for the guardrail.

Link copied to clipboard

Details of the content filter used in the Guardrail.

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

The details of the policy assessment in the Guardrails filter.

Link copied to clipboard

The custom word details for the filter in the Guardrail.

Link copied to clipboard

A guardrail event.

Link copied to clipboard

The managed word details for the filter in the Guardrail.

Link copied to clipboard
Link copied to clipboard

The Guardrail filter to identify and remove personally identifiable information (PII).

Link copied to clipboard
Link copied to clipboard

The details for the regex filter used in the Guardrail.

The details of the sensitive policy assessment used in the Guardrail.

Link copied to clipboard

The details for a specific topic defined in the Guardrail.

Link copied to clipboard
Link copied to clipboard

The details of the policy assessment used in the Guardrail.

Link copied to clipboard
sealed class GuardrailTopicType
Link copied to clipboard

The trace details used in the Guardrail.

Link copied to clipboard
Link copied to clipboard

The assessment details for words defined in the Guardrail filter.

Link copied to clipboard

Image content for an invocation step.

Link copied to clipboard
sealed class ImageFormat
Link copied to clipboard

Details about an image in the result from a function in the action group invocation. You can specify images only when the function is a computer use action. For more information, see Configure an Amazon Bedrock Agent to complete tasks with computer use tools.

Link copied to clipboard
sealed class ImageInputFormat
Link copied to clipboard
sealed class ImageInputSource

Details about the source of an input image in the result from a function in the action group invocation.

Link copied to clipboard
sealed class ImageSource

The source for an image.

Link copied to clipboard

Settings for implicit filtering, where a model generates a metadata filter based on the prompt.

Link copied to clipboard

The configuration for inference settings when generating responses using RetrieveAndGenerate.

Link copied to clipboard

Specifications about the inference parameters that were provided alongside the prompt. These are specified in the PromptOverrideConfiguration object that was set when the agent was created or updated. For more information, see Inference parameters for foundation models.

Link copied to clipboard

Contains intermediate response for code interpreter if any files have been generated.

Link copied to clipboard

Contains a part of an agent response and citations for it.

Link copied to clipboard

The response from invoking the agent and associated citations and trace information.

Link copied to clipboard

Contains information to return from the action group that the agent has predicted to invoke.

Link copied to clipboard

Contains information about the agent and session, alongside the agent's reasoning process and results from calling API actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

Link copied to clipboard

Settings for a model called with InvokeInlineAgent.

Link copied to clipboard

Contains parameters that specify various attributes that persist across a session or prompt. You can define session state attributes as key-value pairs when writing a Lambda function for an action group or pass them when making an InvokeInlineAgent request. Use session state attributes to control and provide conversational context for your inline agent and to help customize your agent's behavior. For more information, see Control session context

Link copied to clipboard
class InputFile

Contains details of the source files.

Link copied to clipboard
sealed class InputPrompt

Contains information about the prompt to optimize.

Link copied to clipboard
sealed class InputQueryType
Link copied to clipboard

An internal server error occurred. Retry your request.

Link copied to clipboard

Contains information pertaining to the action group or knowledge base that is being invoked.

Link copied to clipboard

Contains details about the API operation or function that the agent predicts should be called.

Link copied to clipboard

A result from the invocation of an action. For more information, see Return control to the agent developer and Control session context.

Link copied to clipboard

Stores fine-grained state checkpoints, including text and images, for each interaction in an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Link copied to clipboard

Payload content, such as text and images, for the invocation step.

Link copied to clipboard

Contains details about an invocation step within an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Link copied to clipboard

Contains details about an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Link copied to clipboard
sealed class InvocationType
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 of the knowledge base associated withe inline agent.

Link copied to clipboard

Configurations to apply to a knowledge base attached to the agent during query. For more information, see Knowledge base retrieval configurations.

Link copied to clipboard

Contains details about the knowledge base to look up and the query to be made.

Link copied to clipboard

Contains details about the results from looking up the knowledge base.

Link copied to clipboard

Contains the query made to the knowledge base.

Link copied to clipboard

Contains configurations for knowledge base query. For more information, see Query configurations.

Link copied to clipboard

Details about a result from querying the knowledge base.

Contains details about the resource being queried.

Link copied to clipboard

Configurations for how to perform the search query and return results. For more information, see Query configurations.

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 Memory

Contains sessions summaries.

Link copied to clipboard

Contains details of a session summary.

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

Details about a message.

Link copied to clipboard
class Metadata

Provides information about the execution process for different types of invocations, such as model invocation, knowledge base invocation, agent collaborator invocation, guardrail invocation, and code interpreter Invocation.

Link copied to clipboard

Details about a metadata attribute.

Link copied to clipboard

Contains configurations for the metadata to use in reranking.

Link copied to clipboard

The input for the pre-processing step.

Link copied to clipboard

The model specified in the request is not ready to serve inference requests. The AWS SDK will automatically retry the operation up to 5 times. For information about configuring automatic retries, see Retry behavior in the AWS SDKs and Tools reference guide.

Link copied to clipboard

The performance configuration for a model called with InvokeFlow.

Link copied to clipboard
sealed class NodeErrorCode
Link copied to clipboard

Contains the content of a flow node's input or output field for a flow execution.

Link copied to clipboard

Contains information about a failure that occurred at a specific node during a flow execution.

Link copied to clipboard

Contains information about the inputs provided to a specific node during a flow execution.

Link copied to clipboard

Represents an input field provided to a node during a flow execution.

Link copied to clipboard

Contains information about the outputs produced by a specific node during a flow execution.

Link copied to clipboard

Represents an output field produced by a node during a flow execution.

Link copied to clipboard
sealed class NodeType
Link copied to clipboard

Contains the result or output of an action group or knowledge base, or the response to the user.

Link copied to clipboard
sealed class OptimizedPrompt

Contains information about the optimized prompt.

Link copied to clipboard

An event in which the prompt was optimized.

Link copied to clipboard

The stream containing events in the prompt optimization process.

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

Settings for how the model processes the prompt prior to retrieval and generation.

Link copied to clipboard

The structure of the executor invoking the actions in custom orchestration.

Link copied to clipboard

The foundation model output from the orchestration step.

Link copied to clipboard
sealed class OrchestrationTrace

Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.

Link copied to clipboard
sealed class OrchestrationType
Link copied to clipboard

Contains details of the response from code interpreter.

Link copied to clipboard
class Parameter

A parameter for the API request or function.

Link copied to clipboard

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

Link copied to clipboard
sealed class ParameterType
Link copied to clipboard

Contains a part of an agent response and citations for it.

Link copied to clipboard
sealed class PayloadType
Link copied to clipboard
Link copied to clipboard

Performance settings for a model.

Link copied to clipboard

The foundation model output from the post-processing step.

Link copied to clipboard

Details about the response from the Lambda parsing of the output from the post-processing step.

Link copied to clipboard
sealed class PostProcessingTrace

Details about the post-processing step, in which the agent shapes the response.

Link copied to clipboard

The foundation model output from the pre-processing step.

Link copied to clipboard

Details about the response from the Lambda parsing of the output from the pre-processing step.

Link copied to clipboard
sealed class PreProcessingTrace

Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.

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

Specifies parameters that control how the service populates the agent prompt for an InvokeAgent or InvokeInlineAgent request. You can control which aspects of previous invocations in the same agent session the service uses to populate the agent prompt. This gives you more granular control over the contextual history that is used to process the current request.

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 the template for the prompt that's sent to the model for response generation. For more information, see Knowledge base prompt templates.

Link copied to clipboard
sealed class PromptType
Link copied to clipboard

Contains the parameters in the request body.

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

Contains information about a natural language query to transform into SQL.

Link copied to clipboard

To split up the prompt and retrieve multiple sources, set the transformation type to QUERY_DECOMPOSITION.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Rationale

Contains the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.

Link copied to clipboard

Contains the raw output from the foundation model.

Link copied to clipboard

Contains content regarding the reasoning that the foundation model made with respect to the content in the content block. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.

Link copied to clipboard

Contains information about the reasoning that the model used to return the content in the content block.

Link copied to clipboard
Link copied to clipboard

Contains details about the agent's response to reprompt the input.

Link copied to clipboard

The parameters in the API request body.

Link copied to clipboard
sealed class RequireConfirmation
Link copied to clipboard

Contains information about a document to rerank. Choose the type to define and include the field that corresponds to the type.

Link copied to clipboard
sealed class RerankDocumentType
Link copied to clipboard

Contains configurations for reranking.

Link copied to clipboard
Link copied to clipboard

Contains configurations for the metadata fields to include or exclude when considering reranking. If you include the fieldsToExclude field, the reranker ignores all the metadata fields that you specify. If you include the fieldsToInclude field, the reranker uses only the metadata fields that you specify and ignores all others. You can include only one of these fields.

Link copied to clipboard

Contains information about a query to submit to the reranker model.

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

Contains information about a document that was reranked.

Link copied to clipboard

Contains information about a source for reranking.

Link copied to clipboard
sealed class RerankSourceType
Link copied to clipboard

Contains information about a text document to rerank.

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

The response from invoking the agent and associated citations and trace information.

Link copied to clipboard
sealed class RetrievalFilter

Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results. For more information, see Query configurations. See the examples below to see how to use these filters.

Link copied to clipboard

The Confluence data source location.

Link copied to clipboard

Contains information about a chunk of text from a data source in the knowledge base. If the result is from a structured data source, the cell in the database and the type of the value is also identified.

Link copied to clipboard

Contains information about a column with a cell to return in retrieval.

Link copied to clipboard
Link copied to clipboard

Contains information about the location of a document in a custom data source.

Link copied to clipboard

The location of a result in Amazon Kendra.

Link copied to clipboard

Contains information about the data source location.

Link copied to clipboard
Link copied to clipboard

The S3 data source location.

Link copied to clipboard

The Salesforce data source location.

Link copied to clipboard

The SharePoint data source location.

Link copied to clipboard

Contains information about the SQL query used to retrieve the result.

Link copied to clipboard

The web URL/URLs data source location.

Link copied to clipboard

Contains details about the resource being queried.

Link copied to clipboard

Contains the query made to the knowledge base.

Link copied to clipboard

Contains the response generated from querying the knowledge base.

Link copied to clipboard

A retrieve and generate output event.

Link copied to clipboard

Contains configuration about the session with the knowledge base.

Link copied to clipboard

A retrieve and generate stream response output.

Link copied to clipboard
Link copied to clipboard

Contains metadata about a source cited for the generated response.

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

Contains information to return from the action group that the agent has predicted to invoke.

Link copied to clipboard

An action invocation result.

Link copied to clipboard

Invocation output from a routing classifier model.

Link copied to clipboard

A trace for a routing classifier.

Link copied to clipboard

The identifier information for an Amazon S3 bucket.

Link copied to clipboard

Information about the Amazon S3 bucket where the image is stored.

Link copied to clipboard

The unique wrapper object of the document from the S3 location.

Link copied to clipboard

Contains details of the s3 object where the source file is located.

Link copied to clipboard

Represents a condition that was satisfied during a condition node evaluation in a flow execution.

Link copied to clipboard
sealed class SearchType
Link copied to clipboard

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

Link copied to clipboard

Contains parameters that specify various attributes that persist across a session or prompt. You can define session state attributes as key-value pairs when writing a Lambda function for an action group or pass them when making an InvokeAgent request. Use session state attributes to control and provide conversational context for your agent and to help customize your agent's behavior. For more information, see Control session context.

Link copied to clipboard
sealed class SessionStatus
Link copied to clipboard

Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Link copied to clipboard
sealed class Source
Link copied to clipboard
class Span

Contains information about where the text with a citation begins and ends in the generated output.

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

Configurations for streaming.

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

Configuration settings for text generation using a language model via the RetrieveAndGenerate operation. Includes parameters like temperature, top-p, maximum token count, and stop sequences.

Link copied to clipboard

Contains information about the text prompt to optimize.

Link copied to clipboard

Contains the part of the generated text that contains a citation, alongside where it begins and ends.

Link copied to clipboard

Contains configurations for transforming text to SQL.

Link copied to clipboard
Link copied to clipboard

Contains configurations for a knowledge base to use in transformation.

Link copied to clipboard

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

Link copied to clipboard
sealed class Trace

Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

Link copied to clipboard
class TracePart

Contains information about the agent and session, alongside the agent's reasoning process and results from calling API actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace enablement.

Link copied to clipboard

Contains configurations for transforming the natural language query into SQL.

Link copied to clipboard
sealed class Type
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Usage

Contains information of the usage of the foundation model.

Link copied to clipboard

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

Contains configurations for reranking with an Amazon Bedrock reranker model.

Contains configurations for an Amazon Bedrock reranker model.

Link copied to clipboard

Contains configurations for reranking the retrieved results.