|
679 | 679 | "members":{
|
680 | 680 | "generationConfiguration":{
|
681 | 681 | "shape":"ExternalSourcesGenerationConfiguration",
|
682 |
| - "documentation":"<p>The prompt used with the external source wrapper object with the retrieveAndGenerate function.</p>" |
| 682 | + "documentation":"<p>The prompt used with the external source wrapper object with the <code>retrieveAndGenerate</code> function.</p>" |
683 | 683 | },
|
684 | 684 | "modelArn":{
|
685 | 685 | "shape":"BedrockModelArn",
|
686 |
| - "documentation":"<p>The modelArn used with the external source wrapper object in the retrieveAndGenerate function.</p>" |
| 686 | + "documentation":"<p>The model Amazon Resource Name (ARN) for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>" |
687 | 687 | },
|
688 | 688 | "sources":{
|
689 | 689 | "shape":"ExternalSources",
|
690 |
| - "documentation":"<p>The document used with the external source wrapper object in the retrieveAndGenerate function.</p>" |
| 690 | + "documentation":"<p>The document for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>" |
691 | 691 | }
|
692 | 692 | },
|
693 |
| - "documentation":"<p>The configurations of the external source wrapper object in the retrieveAndGenerate function.</p>" |
| 693 | + "documentation":"<p>The configurations of the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>" |
694 | 694 | },
|
695 | 695 | "FailureReasonString":{
|
696 | 696 | "type":"string",
|
|
2280 | 2280 | "PostProcessingModelInvocationOutput":{
|
2281 | 2281 | "type":"structure",
|
2282 | 2282 | "members":{
|
| 2283 | + "metadata":{"shape":"Metadata"}, |
2283 | 2284 | "parsedResponse":{
|
2284 | 2285 | "shape":"PostProcessingParsedResponse",
|
2285 | 2286 | "documentation":"<p>Details about the response from the Lambda parsing of the output of the post-processing step.</p>"
|
2286 | 2287 | },
|
| 2288 | + "rawResponse":{"shape":"RawResponse"}, |
2287 | 2289 | "traceId":{
|
2288 | 2290 | "shape":"TraceId",
|
2289 | 2291 | "documentation":"<p>The unique identifier of the trace.</p>"
|
|
2322 | 2324 | "PreProcessingModelInvocationOutput":{
|
2323 | 2325 | "type":"structure",
|
2324 | 2326 | "members":{
|
| 2327 | + "metadata":{"shape":"Metadata"}, |
2325 | 2328 | "parsedResponse":{
|
2326 | 2329 | "shape":"PreProcessingParsedResponse",
|
2327 | 2330 | "documentation":"<p>Details about the response from the Lambda parsing of the output of the pre-processing step.</p>"
|
2328 | 2331 | },
|
| 2332 | + "rawResponse":{"shape":"RawResponse"}, |
2329 | 2333 | "traceId":{
|
2330 | 2334 | "shape":"TraceId",
|
2331 | 2335 | "documentation":"<p>The unique identifier of the trace.</p>"
|
|
2760 | 2764 | "members":{
|
2761 | 2765 | "externalSourcesConfiguration":{
|
2762 | 2766 | "shape":"ExternalSourcesRetrieveAndGenerateConfiguration",
|
2763 |
| - "documentation":"<p>The configuration used with the external source wrapper object in the retrieveAndGenerate function.</p>" |
| 2767 | + "documentation":"<p>The configuration for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>" |
2764 | 2768 | },
|
2765 | 2769 | "knowledgeBaseConfiguration":{
|
2766 | 2770 | "shape":"KnowledgeBaseRetrieveAndGenerateConfiguration",
|
2767 |
| - "documentation":"<p>Contains details about the resource being queried.</p>" |
| 2771 | + "documentation":"<p>Contains details about the knowledge base for retrieving information and generating responses.</p>" |
2768 | 2772 | },
|
2769 | 2773 | "type":{
|
2770 | 2774 | "shape":"RetrieveAndGenerateType",
|
2771 |
| - "documentation":"<p>The type of resource that is queried by the request.</p>" |
| 2775 | + "documentation":"<p>The type of resource that contains your data for retrieving information and generating responses.</p> <p>If you choose ot use <code>EXTERNAL_SOURCES</code>, then currently only Claude 3 Sonnet models for knowledge bases are supported.</p>" |
2772 | 2776 | }
|
2773 | 2777 | },
|
2774 | 2778 | "documentation":"<p>Contains details about the resource being queried.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html#API_agent-runtime_RetrieveAndGenerate_RequestSyntax\">RetrieveAndGenerate request</a> – in the <code>retrieveAndGenerateConfiguration</code> field</p> </li> </ul>"
|
|
0 commit comments