Skip to content

Commit ed6eec5

Browse files
Updated API models and rebuilt service gems.
1 parent c1c38b4 commit ed6eec5

File tree

72 files changed

+2980
-294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2980
-294
lines changed

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,7 +4525,6 @@
45254525
"maxTokens":{"shape":"MaximumLength"},
45264526
"stopSequences":{"shape":"StopSequences"},
45274527
"temperature":{"shape":"Temperature"},
4528-
"topK":{"shape":"TopK"},
45294528
"topP":{"shape":"TopP"}
45304529
}
45314530
},
@@ -4599,6 +4598,7 @@
45994598
"type":"structure",
46004599
"required":[
46014600
"name",
4601+
"templateConfiguration",
46024602
"templateType"
46034603
],
46044604
"members":{
@@ -4614,7 +4614,7 @@
46144614
"PromptVariantList":{
46154615
"type":"list",
46164616
"member":{"shape":"PromptVariant"},
4617-
"max":3,
4617+
"max":1,
46184618
"min":0,
46194619
"sensitive":true
46204620
},

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"GetFlow": "<p>Retrieves information about a flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-manage.html\">Manage a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
3434
"GetFlowAlias": "<p>Retrieves information about a flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html\">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
3535
"GetFlowVersion": "<p>Retrieves information about a version of a flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html\">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
36-
"GetIngestionJob": "<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Lanaguage Models (LLMs) can use your data.</p>",
36+
"GetIngestionJob": "<p>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.</p>",
3737
"GetKnowledgeBase": "<p>Gets information about a knoweldge base.</p>",
3838
"GetPrompt": "<p>Retrieves information about the working draft (<code>DRAFT</code> version) of a prompt or a version of it, depending on whether you include the <code>promptVersion</code> field or not. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-manage.html#prompt-management-view.html\">View information about prompts using Prompt management</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-deploy.html#prompt-management-versions-view.html\">View information about a version of your prompt</a> in the Amazon Bedrock User Guide.</p>",
3939
"ListAgentActionGroups": "<p>Lists the action groups for an agent and information about each one.</p>",
@@ -3010,8 +3010,7 @@
30103010
"TopK": {
30113011
"base": null,
30123012
"refs": {
3013-
"InferenceConfiguration$topK": "<p>While generating a response, the model determines the probability of the following token at each point of generation. The value that you set for <code>topK</code> is the number of most-likely candidates from which the model chooses the next token in the sequence. For example, if you set <code>topK</code> to 50, the model selects the next token from among the top 50 most likely choices.</p>",
3014-
"PromptModelInferenceConfiguration$topK": "<p>The number of most-likely candidates that the model considers for the next token during generation.</p>"
3013+
"InferenceConfiguration$topK": "<p>While generating a response, the model determines the probability of the following token at each point of generation. The value that you set for <code>topK</code> is the number of most-likely candidates from which the model chooses the next token in the sequence. For example, if you set <code>topK</code> to 50, the model selects the next token from among the top 50 most likely choices.</p>"
30153014
}
30163015
},
30173016
"TopP": {

0 commit comments

Comments
 (0)