Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Oct 17, 2024
1 parent c1c38b4 commit ed6eec5
Show file tree
Hide file tree
Showing 72 changed files with 2,980 additions and 294 deletions.
4 changes: 2 additions & 2 deletions apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4525,7 +4525,6 @@
"maxTokens":{"shape":"MaximumLength"},
"stopSequences":{"shape":"StopSequences"},
"temperature":{"shape":"Temperature"},
"topK":{"shape":"TopK"},
"topP":{"shape":"TopP"}
}
},
Expand Down Expand Up @@ -4599,6 +4598,7 @@
"type":"structure",
"required":[
"name",
"templateConfiguration",
"templateType"
],
"members":{
Expand All @@ -4614,7 +4614,7 @@
"PromptVariantList":{
"type":"list",
"member":{"shape":"PromptVariant"},
"max":3,
"max":1,
"min":0,
"sensitive":true
},
Expand Down
5 changes: 2 additions & 3 deletions apis/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"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>",
"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>",
"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>",
"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>",
"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>",
"GetKnowledgeBase": "<p>Gets information about a knoweldge base.</p>",
"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>",
"ListAgentActionGroups": "<p>Lists the action groups for an agent and information about each one.</p>",
Expand Down Expand Up @@ -3010,8 +3010,7 @@
"TopK": {
"base": null,
"refs": {
"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>",
"PromptModelInferenceConfiguration$topK": "<p>The number of most-likely candidates that the model considers for the next token during generation.</p>"
"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>"
}
},
"TopP": {
Expand Down
Loading

0 comments on commit ed6eec5

Please sign in to comment.