Skip to content

Commit f68727d

Browse files
author
awstools
committed
feat(client-bedrock-agent): Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
1 parent 76ceacb commit f68727d

File tree

2 files changed

+13505
-13625
lines changed

2 files changed

+13505
-13625
lines changed

clients/client-bedrock-agent/src/models/models_0.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,12 +3232,12 @@ export interface ParsingPrompt {
32323232
}
32333233

32343234
/**
3235-
* <p>Settings for a foundation model used to parse documents for a data source.</p>
3235+
* <p>Settings for a foundation model or <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html">inference profile</a> used to parse documents for a data source.</p>
32363236
* @public
32373237
*/
32383238
export interface BedrockFoundationModelConfiguration {
32393239
/**
3240-
* <p>The model's ARN.</p>
3240+
* <p>The ARN of the foundation model or <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html">inference profile</a>.</p>
32413241
* @public
32423242
*/
32433243
modelArn: string | undefined;
@@ -3268,7 +3268,7 @@ export type ParsingStrategy = (typeof ParsingStrategy)[keyof typeof ParsingStrat
32683268
* you can configure the data source to convert the pages of text into images and use a model to describe the
32693269
* contents of each page.</p>
32703270
* <p>To use a model to parse PDF documents, set the parsing strategy to <code>BEDROCK_FOUNDATION_MODEL</code> and
3271-
* specify the model to use by ARN. You can also override the default parsing prompt with instructions for how
3271+
* specify the model or <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html">inference profile</a> to use by ARN. You can also override the default parsing prompt with instructions for how
32723272
* to interpret images and tables in your documents. The following models are supported.</p>
32733273
* <ul>
32743274
* <li>

0 commit comments

Comments
 (0)