|
613 | 613 | "ActionGroupInvocationOutput":{
|
614 | 614 | "type":"structure",
|
615 | 615 | "members":{
|
| 616 | + "metadata":{ |
| 617 | + "shape":"Metadata", |
| 618 | + "documentation":"<p>Contains information about the action group output.</p>" |
| 619 | + }, |
616 | 620 | "text":{
|
617 | 621 | "shape":"ActionGroupOutputString",
|
618 | 622 | "documentation":"<p>The JSON-formatted string returned by the API invoked by the action group.</p>"
|
|
783 | 787 | "shape":"String",
|
784 | 788 | "documentation":"<p>The output's agent collaborator name.</p>"
|
785 | 789 | },
|
| 790 | + "metadata":{ |
| 791 | + "shape":"Metadata", |
| 792 | + "documentation":"<p>Contains information about the output from the agent collaborator.</p>" |
| 793 | + }, |
786 | 794 | "output":{
|
787 | 795 | "shape":"AgentCollaboratorOutputPayload",
|
788 | 796 | "documentation":"<p>The output's output.</p>"
|
|
1215 | 1223 | "files":{
|
1216 | 1224 | "shape":"Files",
|
1217 | 1225 | "documentation":"<p>Contains output files, if generated by code execution.</p>"
|
| 1226 | + }, |
| 1227 | + "metadata":{ |
| 1228 | + "shape":"Metadata", |
| 1229 | + "documentation":"<p>Contains information about the output from the code interpreter.</p>" |
1218 | 1230 | }
|
1219 | 1231 | },
|
1220 | 1232 | "documentation":"<p>Contains the JSON-formatted string returned by the API invoked by the code interpreter.</p>"
|
|
1735 | 1747 | "FailureTrace":{
|
1736 | 1748 | "type":"structure",
|
1737 | 1749 | "members":{
|
| 1750 | + "failureCode":{ |
| 1751 | + "shape":"Integer", |
| 1752 | + "documentation":"<p>The failure code for the trace.</p>" |
| 1753 | + }, |
1738 | 1754 | "failureReason":{
|
1739 | 1755 | "shape":"FailureReasonString",
|
1740 | 1756 | "documentation":"<p>The reason the interaction failed.</p>"
|
1741 | 1757 | },
|
| 1758 | + "metadata":{ |
| 1759 | + "shape":"Metadata", |
| 1760 | + "documentation":"<p>Information about the failure that occurred.</p>" |
| 1761 | + }, |
1742 | 1762 | "traceId":{
|
1743 | 1763 | "shape":"TraceId",
|
1744 | 1764 | "documentation":"<p>The unique identifier of the trace.</p>"
|
|
1856 | 1876 | "FinalResponse":{
|
1857 | 1877 | "type":"structure",
|
1858 | 1878 | "members":{
|
| 1879 | + "metadata":{ |
| 1880 | + "shape":"Metadata", |
| 1881 | + "documentation":"<p>Contains information about the invoke agent operation.</p>" |
| 1882 | + }, |
1859 | 1883 | "text":{
|
1860 | 1884 | "shape":"FinalResponseString",
|
1861 | 1885 | "documentation":"<p>The text in the response to the user.</p>"
|
|
3059 | 3083 | "shape":"GuardrailAssessmentList",
|
3060 | 3084 | "documentation":"<p>The details of the input assessments used in the Guardrail Trace.</p>"
|
3061 | 3085 | },
|
| 3086 | + "metadata":{ |
| 3087 | + "shape":"Metadata", |
| 3088 | + "documentation":"<p>Contains information about the Guardrail output.</p>" |
| 3089 | + }, |
3062 | 3090 | "outputAssessments":{
|
3063 | 3091 | "shape":"GuardrailAssessmentList",
|
3064 | 3092 | "documentation":"<p>The details of the output assessments used in the Guardrail Trace.</p>"
|
|
4035 | 4063 | "KnowledgeBaseLookupOutput":{
|
4036 | 4064 | "type":"structure",
|
4037 | 4065 | "members":{
|
| 4066 | + "metadata":{ |
| 4067 | + "shape":"Metadata", |
| 4068 | + "documentation":"<p>Contains information about the knowledge base output.</p>" |
| 4069 | + }, |
4038 | 4070 | "retrievedReferences":{
|
4039 | 4071 | "shape":"RetrievedReferences",
|
4040 | 4072 | "documentation":"<p>Contains metadata about the sources cited for the generated response.</p>"
|
|
4304 | 4336 | }
|
4305 | 4337 | }
|
4306 | 4338 | },
|
| 4339 | + "Long":{ |
| 4340 | + "type":"long", |
| 4341 | + "box":true |
| 4342 | + }, |
4307 | 4343 | "MaxResults":{
|
4308 | 4344 | "type":"integer",
|
4309 | 4345 | "documentation":"<p>Max Results.</p>",
|
|
4399 | 4435 | "Metadata":{
|
4400 | 4436 | "type":"structure",
|
4401 | 4437 | "members":{
|
| 4438 | + "clientRequestId":{ |
| 4439 | + "shape":"String", |
| 4440 | + "documentation":"<p>A unique identifier associated with the downstream invocation. This ID can be used for tracing, debugging, and identifying specific invocations in customer logs or systems.</p>" |
| 4441 | + }, |
| 4442 | + "endTime":{ |
| 4443 | + "shape":"SyntheticTimestamp_date_time", |
| 4444 | + "documentation":"<p>In the final response, <code>endTime</code> is the end time time of the agent invocation operation.</p>" |
| 4445 | + }, |
| 4446 | + "operationTotalTimeMs":{ |
| 4447 | + "shape":"Long", |
| 4448 | + "documentation":"<p>The total time it took for the agent to complete execution. This field is only set for the final response.</p>" |
| 4449 | + }, |
| 4450 | + "startTime":{ |
| 4451 | + "shape":"SyntheticTimestamp_date_time", |
| 4452 | + "documentation":"<p>In the final response, <code>startTime</code> is the start time of the agent invocation operation.</p>" |
| 4453 | + }, |
| 4454 | + "totalTimeMs":{ |
| 4455 | + "shape":"Long", |
| 4456 | + "documentation":"<p> The total execution time for the specific invocation being processed (model, knowledge base, guardrail, agent collaborator, or code interpreter). It represents how long the individual invocation took.</p>" |
| 4457 | + }, |
4402 | 4458 | "usage":{
|
4403 | 4459 | "shape":"Usage",
|
4404 |
| - "documentation":"<p>Contains details of the foundation model usage.</p>" |
| 4460 | + "documentation":"<p>Specific to model invocation and contains details about the usage of a foundation model.</p>" |
4405 | 4461 | }
|
4406 | 4462 | },
|
4407 |
| - "documentation":"<p>Provides details of the foundation model.</p>", |
| 4463 | + "documentation":"<p>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.</p>", |
4408 | 4464 | "sensitive":true
|
4409 | 4465 | },
|
4410 | 4466 | "MetadataAttributeSchema":{
|
|
0 commit comments