@aws-sdk/client-bedrock-agent-runtime 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3454 -5248
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentRuntimeClient.js +2 -0
- package/dist-es/commands/CreateInvocationCommand.js +3 -9
- package/dist-es/commands/CreateSessionCommand.js +3 -9
- package/dist-es/commands/DeleteAgentMemoryCommand.js +3 -9
- package/dist-es/commands/DeleteSessionCommand.js +3 -9
- package/dist-es/commands/EndSessionCommand.js +3 -9
- package/dist-es/commands/GenerateQueryCommand.js +3 -10
- package/dist-es/commands/GetAgentMemoryCommand.js +3 -9
- package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +3 -9
- package/dist-es/commands/GetFlowExecutionCommand.js +3 -9
- package/dist-es/commands/GetInvocationStepCommand.js +3 -10
- package/dist-es/commands/GetSessionCommand.js +3 -9
- package/dist-es/commands/InvokeAgentCommand.js +3 -11
- package/dist-es/commands/InvokeFlowCommand.js +3 -10
- package/dist-es/commands/InvokeInlineAgentCommand.js +3 -11
- package/dist-es/commands/ListFlowExecutionEventsCommand.js +3 -10
- package/dist-es/commands/ListFlowExecutionsCommand.js +3 -9
- package/dist-es/commands/ListInvocationStepsCommand.js +3 -9
- package/dist-es/commands/ListInvocationsCommand.js +3 -9
- package/dist-es/commands/ListSessionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/OptimizePromptCommand.js +3 -10
- package/dist-es/commands/PutInvocationStepCommand.js +3 -10
- package/dist-es/commands/RerankCommand.js +3 -10
- package/dist-es/commands/RetrieveAndGenerateCommand.js +3 -10
- package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +3 -10
- package/dist-es/commands/RetrieveCommand.js +3 -10
- package/dist-es/commands/StartFlowExecutionCommand.js +3 -10
- package/dist-es/commands/StopFlowExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateSessionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -1348
- package/dist-es/models/models_1.js +0 -352
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3380 -0
- package/dist-types/BedrockAgentRuntimeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +136 -678
- package/dist-types/models/models_1.d.ts +20 -133
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +445 -0
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -468
- package/dist-types/ts3.4/models/models_1.d.ts +0 -100
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
- package/package.json +36 -36
- package/dist-es/protocols/Aws_restJson1.js +0 -3122
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -380
|
@@ -38,7 +38,6 @@ export declare namespace ActionGroupExecutor {
|
|
|
38
38
|
customControl: (value: CustomControlMethod) => T;
|
|
39
39
|
_: (name: string, value: any) => T;
|
|
40
40
|
}
|
|
41
|
-
const visit: <T>(value: ActionGroupExecutor, visitor: Visitor<T>) => T;
|
|
42
41
|
}
|
|
43
42
|
export declare const ExecutionType: {
|
|
44
43
|
readonly LAMBDA: "LAMBDA";
|
|
@@ -124,7 +123,6 @@ export declare namespace APISchema {
|
|
|
124
123
|
payload: (value: string) => T;
|
|
125
124
|
_: (name: string, value: any) => T;
|
|
126
125
|
}
|
|
127
|
-
const visit: <T>(value: APISchema, visitor: Visitor<T>) => T;
|
|
128
126
|
}
|
|
129
127
|
export declare const ParameterType: {
|
|
130
128
|
readonly ARRAY: "array";
|
|
@@ -167,7 +165,6 @@ export declare namespace FunctionSchema {
|
|
|
167
165
|
functions: (value: FunctionDefinition[]) => T;
|
|
168
166
|
_: (name: string, value: any) => T;
|
|
169
167
|
}
|
|
170
|
-
const visit: <T>(value: FunctionSchema, visitor: Visitor<T>) => T;
|
|
171
168
|
}
|
|
172
169
|
export interface AgentActionGroup {
|
|
173
170
|
actionGroupName: string | undefined;
|
|
@@ -215,7 +212,6 @@ export declare namespace ImageInputSource {
|
|
|
215
212
|
bytes: (value: Uint8Array) => T;
|
|
216
213
|
_: (name: string, value: any) => T;
|
|
217
214
|
}
|
|
218
|
-
const visit: <T>(value: ImageInputSource, visitor: Visitor<T>) => T;
|
|
219
215
|
}
|
|
220
216
|
export interface ImageInput {
|
|
221
217
|
format: ImageInputFormat | undefined;
|
|
@@ -273,7 +269,6 @@ export declare namespace InvocationResultMember {
|
|
|
273
269
|
functionResult: (value: FunctionResult) => T;
|
|
274
270
|
_: (name: string, value: any) => T;
|
|
275
271
|
}
|
|
276
|
-
const visit: <T>(value: InvocationResultMember, visitor: Visitor<T>) => T;
|
|
277
272
|
}
|
|
278
273
|
export interface ReturnControlResults {
|
|
279
274
|
invocationId?: string | undefined;
|
|
@@ -353,7 +348,6 @@ export declare namespace InvocationInputMember {
|
|
|
353
348
|
functionInvocationInput: (value: FunctionInvocationInput) => T;
|
|
354
349
|
_: (name: string, value: any) => T;
|
|
355
350
|
}
|
|
356
|
-
const visit: <T>(value: InvocationInputMember, visitor: Visitor<T>) => T;
|
|
357
351
|
}
|
|
358
352
|
export interface ReturnControlPayload {
|
|
359
353
|
invocationInputs?: InvocationInputMember[] | undefined;
|
|
@@ -384,7 +378,6 @@ export declare namespace Caller {
|
|
|
384
378
|
agentAliasArn: (value: string) => T;
|
|
385
379
|
_: (name: string, value: any) => T;
|
|
386
380
|
}
|
|
387
|
-
const visit: <T>(value: Caller, visitor: Visitor<T>) => T;
|
|
388
381
|
}
|
|
389
382
|
export interface CustomOrchestrationTraceEvent {
|
|
390
383
|
text?: string | undefined;
|
|
@@ -637,7 +630,6 @@ export declare namespace ReasoningContentBlock {
|
|
|
637
630
|
redactedContent: (value: Uint8Array) => T;
|
|
638
631
|
_: (name: string, value: any) => T;
|
|
639
632
|
}
|
|
640
|
-
const visit: <T>(value: ReasoningContentBlock, visitor: Visitor<T>) => T;
|
|
641
633
|
}
|
|
642
634
|
export interface OrchestrationModelInvocationOutput {
|
|
643
635
|
traceId?: string | undefined;
|
|
@@ -839,7 +831,6 @@ export declare namespace OrchestrationTrace {
|
|
|
839
831
|
modelInvocationOutput: (value: OrchestrationModelInvocationOutput) => T;
|
|
840
832
|
_: (name: string, value: any) => T;
|
|
841
833
|
}
|
|
842
|
-
const visit: <T>(value: OrchestrationTrace, visitor: Visitor<T>) => T;
|
|
843
834
|
}
|
|
844
835
|
export interface PostProcessingParsedResponse {
|
|
845
836
|
text?: string | undefined;
|
|
@@ -876,7 +867,6 @@ export declare namespace PostProcessingTrace {
|
|
|
876
867
|
modelInvocationOutput: (value: PostProcessingModelInvocationOutput) => T;
|
|
877
868
|
_: (name: string, value: any) => T;
|
|
878
869
|
}
|
|
879
|
-
const visit: <T>(value: PostProcessingTrace, visitor: Visitor<T>) => T;
|
|
880
870
|
}
|
|
881
871
|
export interface PreProcessingParsedResponse {
|
|
882
872
|
rationale?: string | undefined;
|
|
@@ -914,7 +904,6 @@ export declare namespace PreProcessingTrace {
|
|
|
914
904
|
modelInvocationOutput: (value: PreProcessingModelInvocationOutput) => T;
|
|
915
905
|
_: (name: string, value: any) => T;
|
|
916
906
|
}
|
|
917
|
-
const visit: <T>(value: PreProcessingTrace, visitor: Visitor<T>) => T;
|
|
918
907
|
}
|
|
919
908
|
export interface RoutingClassifierModelInvocationOutput {
|
|
920
909
|
traceId?: string | undefined;
|
|
@@ -970,7 +959,6 @@ export declare namespace RoutingClassifierTrace {
|
|
|
970
959
|
modelInvocationOutput: (value: RoutingClassifierModelInvocationOutput) => T;
|
|
971
960
|
_: (name: string, value: any) => T;
|
|
972
961
|
}
|
|
973
|
-
const visit: <T>(value: RoutingClassifierTrace, visitor: Visitor<T>) => T;
|
|
974
962
|
}
|
|
975
963
|
export type Trace =
|
|
976
964
|
| Trace.CustomOrchestrationTraceMember
|
|
@@ -1072,7 +1060,6 @@ export declare namespace Trace {
|
|
|
1072
1060
|
customOrchestrationTrace: (value: CustomOrchestrationTrace) => T;
|
|
1073
1061
|
_: (name: string, value: any) => T;
|
|
1074
1062
|
}
|
|
1075
|
-
const visit: <T>(value: Trace, visitor: Visitor<T>) => T;
|
|
1076
1063
|
}
|
|
1077
1064
|
export interface TracePart {
|
|
1078
1065
|
sessionId?: string | undefined;
|
|
@@ -1209,7 +1196,6 @@ export declare namespace FlowExecutionContent {
|
|
|
1209
1196
|
document: (value: __DocumentType) => T;
|
|
1210
1197
|
_: (name: string, value: any) => T;
|
|
1211
1198
|
}
|
|
1212
|
-
const visit: <T>(value: FlowExecutionContent, visitor: Visitor<T>) => T;
|
|
1213
1199
|
}
|
|
1214
1200
|
export interface FlowInputField {
|
|
1215
1201
|
name: string | undefined;
|
|
@@ -1254,7 +1240,6 @@ export declare namespace NodeTraceElements {
|
|
|
1254
1240
|
agentTraces: (value: TracePart[]) => T;
|
|
1255
1241
|
_: (name: string, value: any) => T;
|
|
1256
1242
|
}
|
|
1257
|
-
const visit: <T>(value: NodeTraceElements, visitor: Visitor<T>) => T;
|
|
1258
1243
|
}
|
|
1259
1244
|
export interface NodeDependencyEvent {
|
|
1260
1245
|
nodeName: string | undefined;
|
|
@@ -1297,7 +1282,6 @@ export declare namespace NodeExecutionContent {
|
|
|
1297
1282
|
document: (value: __DocumentType) => T;
|
|
1298
1283
|
_: (name: string, value: any) => T;
|
|
1299
1284
|
}
|
|
1300
|
-
const visit: <T>(value: NodeExecutionContent, visitor: Visitor<T>) => T;
|
|
1301
1285
|
}
|
|
1302
1286
|
export declare const FlowControlNodeType: {
|
|
1303
1287
|
readonly ITERATOR: "Iterator";
|
|
@@ -1496,7 +1480,6 @@ export declare namespace FlowExecutionEvent {
|
|
|
1496
1480
|
nodeDependencyEvent: (value: NodeDependencyEvent) => T;
|
|
1497
1481
|
_: (name: string, value: any) => T;
|
|
1498
1482
|
}
|
|
1499
|
-
const visit: <T>(value: FlowExecutionEvent, visitor: Visitor<T>) => T;
|
|
1500
1483
|
}
|
|
1501
1484
|
export interface ListFlowExecutionEventsResponse {
|
|
1502
1485
|
flowExecutionEvents: FlowExecutionEvent[] | undefined;
|
|
@@ -1565,7 +1548,6 @@ export declare namespace FlowInputContent {
|
|
|
1565
1548
|
document: (value: __DocumentType) => T;
|
|
1566
1549
|
_: (name: string, value: any) => T;
|
|
1567
1550
|
}
|
|
1568
|
-
const visit: <T>(value: FlowInputContent, visitor: Visitor<T>) => T;
|
|
1569
1551
|
}
|
|
1570
1552
|
export interface FlowInput {
|
|
1571
1553
|
nodeName: string | undefined;
|
|
@@ -1637,7 +1619,6 @@ export declare namespace FlowMultiTurnInputContent {
|
|
|
1637
1619
|
document: (value: __DocumentType) => T;
|
|
1638
1620
|
_: (name: string, value: any) => T;
|
|
1639
1621
|
}
|
|
1640
|
-
const visit: <T>(value: FlowMultiTurnInputContent, visitor: Visitor<T>) => T;
|
|
1641
1622
|
}
|
|
1642
1623
|
export declare const NodeType: {
|
|
1643
1624
|
readonly CONDITION_NODE: "ConditionNode";
|
|
@@ -1670,7 +1651,6 @@ export declare namespace FlowOutputContent {
|
|
|
1670
1651
|
document: (value: __DocumentType) => T;
|
|
1671
1652
|
_: (name: string, value: any) => T;
|
|
1672
1653
|
}
|
|
1673
|
-
const visit: <T>(value: FlowOutputContent, visitor: Visitor<T>) => T;
|
|
1674
1654
|
}
|
|
1675
1655
|
export interface FlowOutputEvent {
|
|
1676
1656
|
nodeName: string | undefined;
|
|
@@ -1710,7 +1690,6 @@ export declare namespace TraceElements {
|
|
|
1710
1690
|
agentTraces: (value: TracePart[]) => T;
|
|
1711
1691
|
_: (name: string, value: any) => T;
|
|
1712
1692
|
}
|
|
1713
|
-
const visit: <T>(value: TraceElements, visitor: Visitor<T>) => T;
|
|
1714
1693
|
}
|
|
1715
1694
|
export interface FlowTraceDependencyEvent {
|
|
1716
1695
|
nodeName: string | undefined;
|
|
@@ -1733,7 +1712,6 @@ export declare namespace FlowTraceNodeInputContent {
|
|
|
1733
1712
|
document: (value: __DocumentType) => T;
|
|
1734
1713
|
_: (name: string, value: any) => T;
|
|
1735
1714
|
}
|
|
1736
|
-
const visit: <T>(value: FlowTraceNodeInputContent, visitor: Visitor<T>) => T;
|
|
1737
1715
|
}
|
|
1738
1716
|
export interface FlowTraceNodeInputExecutionChainItem {
|
|
1739
1717
|
nodeName: string | undefined;
|
|
@@ -1774,7 +1752,6 @@ export declare namespace FlowTraceNodeOutputContent {
|
|
|
1774
1752
|
document: (value: __DocumentType) => T;
|
|
1775
1753
|
_: (name: string, value: any) => T;
|
|
1776
1754
|
}
|
|
1777
|
-
const visit: <T>(value: FlowTraceNodeOutputContent, visitor: Visitor<T>) => T;
|
|
1778
1755
|
}
|
|
1779
1756
|
export interface FlowTraceNodeOutputNext {
|
|
1780
1757
|
nodeName: string | undefined;
|
|
@@ -1855,7 +1832,6 @@ export declare namespace FlowTrace {
|
|
|
1855
1832
|
nodeDependencyTrace: (value: FlowTraceDependencyEvent) => T;
|
|
1856
1833
|
_: (name: string, value: any) => T;
|
|
1857
1834
|
}
|
|
1858
|
-
const visit: <T>(value: FlowTrace, visitor: Visitor<T>) => T;
|
|
1859
1835
|
}
|
|
1860
1836
|
export interface FlowTraceEvent {
|
|
1861
1837
|
trace: FlowTrace | undefined;
|
|
@@ -2118,7 +2094,6 @@ export declare namespace FlowResponseStream {
|
|
|
2118
2094
|
) => T;
|
|
2119
2095
|
_: (name: string, value: any) => T;
|
|
2120
2096
|
}
|
|
2121
|
-
const visit: <T>(value: FlowResponseStream, visitor: Visitor<T>) => T;
|
|
2122
2097
|
}
|
|
2123
2098
|
export interface InvokeFlowResponse {
|
|
2124
2099
|
responseStream: AsyncIterable<FlowResponseStream> | undefined;
|
|
@@ -2193,7 +2168,6 @@ export declare namespace ContentBlock {
|
|
|
2193
2168
|
text: (value: string) => T;
|
|
2194
2169
|
_: (name: string, value: any) => T;
|
|
2195
2170
|
}
|
|
2196
|
-
const visit: <T>(value: ContentBlock, visitor: Visitor<T>) => T;
|
|
2197
2171
|
}
|
|
2198
2172
|
export declare const ConversationRole: {
|
|
2199
2173
|
readonly ASSISTANT: "assistant";
|
|
@@ -2295,10 +2269,6 @@ export declare namespace RerankingMetadataSelectiveModeConfiguration {
|
|
|
2295
2269
|
fieldsToExclude: (value: FieldForReranking[]) => T;
|
|
2296
2270
|
_: (name: string, value: any) => T;
|
|
2297
2271
|
}
|
|
2298
|
-
const visit: <T>(
|
|
2299
|
-
value: RerankingMetadataSelectiveModeConfiguration,
|
|
2300
|
-
visitor: Visitor<T>
|
|
2301
|
-
) => T;
|
|
2302
2272
|
}
|
|
2303
2273
|
export interface MetadataConfigurationForReranking {
|
|
2304
2274
|
selectionMode: RerankingMetadataSelectionMode | undefined;
|
|
@@ -2658,7 +2628,6 @@ export declare namespace ResponseStream {
|
|
|
2658
2628
|
files: (value: FilePart) => T;
|
|
2659
2629
|
_: (name: string, value: any) => T;
|
|
2660
2630
|
}
|
|
2661
|
-
const visit: <T>(value: ResponseStream, visitor: Visitor<T>) => T;
|
|
2662
2631
|
}
|
|
2663
2632
|
export interface InvokeAgentResponse {
|
|
2664
2633
|
completion: AsyncIterable<ResponseStream> | undefined;
|
|
@@ -2720,7 +2689,6 @@ export declare namespace OrchestrationExecutor {
|
|
|
2720
2689
|
lambda: (value: string) => T;
|
|
2721
2690
|
_: (name: string, value: any) => T;
|
|
2722
2691
|
}
|
|
2723
|
-
const visit: <T>(value: OrchestrationExecutor, visitor: Visitor<T>) => T;
|
|
2724
2692
|
}
|
|
2725
2693
|
export interface CustomOrchestration {
|
|
2726
2694
|
executor?: OrchestrationExecutor | undefined;
|
|
@@ -3013,7 +2981,6 @@ export declare namespace InlineAgentResponseStream {
|
|
|
3013
2981
|
files: (value: InlineAgentFilePart) => T;
|
|
3014
2982
|
_: (name: string, value: any) => T;
|
|
3015
2983
|
}
|
|
3016
|
-
const visit: <T>(value: InlineAgentResponseStream, visitor: Visitor<T>) => T;
|
|
3017
2984
|
}
|
|
3018
2985
|
export interface InvokeInlineAgentResponse {
|
|
3019
2986
|
completion: AsyncIterable<InlineAgentResponseStream> | undefined;
|
|
@@ -3060,7 +3027,6 @@ export declare namespace Memory {
|
|
|
3060
3027
|
sessionSummary: (value: MemorySessionSummary) => T;
|
|
3061
3028
|
_: (name: string, value: any) => T;
|
|
3062
3029
|
}
|
|
3063
|
-
const visit: <T>(value: Memory, visitor: Visitor<T>) => T;
|
|
3064
3030
|
}
|
|
3065
3031
|
export interface GetAgentMemoryResponse {
|
|
3066
3032
|
nextToken?: string | undefined;
|
|
@@ -3085,7 +3051,6 @@ export declare namespace InputPrompt {
|
|
|
3085
3051
|
textPrompt: (value: TextPrompt) => T;
|
|
3086
3052
|
_: (name: string, value: any) => T;
|
|
3087
3053
|
}
|
|
3088
|
-
const visit: <T>(value: InputPrompt, visitor: Visitor<T>) => T;
|
|
3089
3054
|
}
|
|
3090
3055
|
export interface OptimizePromptRequest {
|
|
3091
3056
|
input: InputPrompt | undefined;
|
|
@@ -3110,7 +3075,6 @@ export declare namespace OptimizedPrompt {
|
|
|
3110
3075
|
textPrompt: (value: TextPrompt) => T;
|
|
3111
3076
|
_: (name: string, value: any) => T;
|
|
3112
3077
|
}
|
|
3113
|
-
const visit: <T>(value: OptimizedPrompt, visitor: Visitor<T>) => T;
|
|
3114
3078
|
}
|
|
3115
3079
|
export interface OptimizedPromptEvent {
|
|
3116
3080
|
optimizedPrompt?: OptimizedPrompt | undefined;
|
|
@@ -3236,7 +3200,6 @@ export declare namespace OptimizedPromptStream {
|
|
|
3236
3200
|
badGatewayException: (value: BadGatewayException) => T;
|
|
3237
3201
|
_: (name: string, value: any) => T;
|
|
3238
3202
|
}
|
|
3239
|
-
const visit: <T>(value: OptimizedPromptStream, visitor: Visitor<T>) => T;
|
|
3240
3203
|
}
|
|
3241
3204
|
export interface OptimizePromptResponse {
|
|
3242
3205
|
optimizedPrompt: AsyncIterable<OptimizedPromptStream> | undefined;
|
|
@@ -3339,434 +3302,3 @@ export interface ByteContentDoc {
|
|
|
3339
3302
|
export interface S3ObjectDoc {
|
|
3340
3303
|
uri: string | undefined;
|
|
3341
3304
|
}
|
|
3342
|
-
export declare const ActionGroupInvocationInputFilterSensitiveLog: (
|
|
3343
|
-
obj: ActionGroupInvocationInput
|
|
3344
|
-
) => any;
|
|
3345
|
-
export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
|
|
3346
|
-
export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
|
|
3347
|
-
export declare const ActionGroupInvocationOutputFilterSensitiveLog: (
|
|
3348
|
-
obj: ActionGroupInvocationOutput
|
|
3349
|
-
) => any;
|
|
3350
|
-
export declare const APISchemaFilterSensitiveLog: (obj: APISchema) => any;
|
|
3351
|
-
export declare const FunctionDefinitionFilterSensitiveLog: (
|
|
3352
|
-
obj: FunctionDefinition
|
|
3353
|
-
) => any;
|
|
3354
|
-
export declare const FunctionSchemaFilterSensitiveLog: (
|
|
3355
|
-
obj: FunctionSchema
|
|
3356
|
-
) => any;
|
|
3357
|
-
export declare const AgentActionGroupFilterSensitiveLog: (
|
|
3358
|
-
obj: AgentActionGroup
|
|
3359
|
-
) => any;
|
|
3360
|
-
export declare const ApiResultFilterSensitiveLog: (obj: ApiResult) => any;
|
|
3361
|
-
export declare const InvocationResultMemberFilterSensitiveLog: (
|
|
3362
|
-
obj: InvocationResultMember
|
|
3363
|
-
) => any;
|
|
3364
|
-
export declare const ReturnControlResultsFilterSensitiveLog: (
|
|
3365
|
-
obj: ReturnControlResults
|
|
3366
|
-
) => any;
|
|
3367
|
-
export declare const AgentCollaboratorInputPayloadFilterSensitiveLog: (
|
|
3368
|
-
obj: AgentCollaboratorInputPayload
|
|
3369
|
-
) => any;
|
|
3370
|
-
export declare const AgentCollaboratorInvocationInputFilterSensitiveLog: (
|
|
3371
|
-
obj: AgentCollaboratorInvocationInput
|
|
3372
|
-
) => any;
|
|
3373
|
-
export declare const ApiInvocationInputFilterSensitiveLog: (
|
|
3374
|
-
obj: ApiInvocationInput
|
|
3375
|
-
) => any;
|
|
3376
|
-
export declare const FunctionInvocationInputFilterSensitiveLog: (
|
|
3377
|
-
obj: FunctionInvocationInput
|
|
3378
|
-
) => any;
|
|
3379
|
-
export declare const InvocationInputMemberFilterSensitiveLog: (
|
|
3380
|
-
obj: InvocationInputMember
|
|
3381
|
-
) => any;
|
|
3382
|
-
export declare const ReturnControlPayloadFilterSensitiveLog: (
|
|
3383
|
-
obj: ReturnControlPayload
|
|
3384
|
-
) => any;
|
|
3385
|
-
export declare const AgentCollaboratorOutputPayloadFilterSensitiveLog: (
|
|
3386
|
-
obj: AgentCollaboratorOutputPayload
|
|
3387
|
-
) => any;
|
|
3388
|
-
export declare const AgentCollaboratorInvocationOutputFilterSensitiveLog: (
|
|
3389
|
-
obj: AgentCollaboratorInvocationOutput
|
|
3390
|
-
) => any;
|
|
3391
|
-
export declare const CustomOrchestrationTraceEventFilterSensitiveLog: (
|
|
3392
|
-
obj: CustomOrchestrationTraceEvent
|
|
3393
|
-
) => any;
|
|
3394
|
-
export declare const CustomOrchestrationTraceFilterSensitiveLog: (
|
|
3395
|
-
obj: CustomOrchestrationTrace
|
|
3396
|
-
) => any;
|
|
3397
|
-
export declare const FailureTraceFilterSensitiveLog: (obj: FailureTrace) => any;
|
|
3398
|
-
export declare const GuardrailContentFilterFilterSensitiveLog: (
|
|
3399
|
-
obj: GuardrailContentFilter
|
|
3400
|
-
) => any;
|
|
3401
|
-
export declare const GuardrailContentPolicyAssessmentFilterSensitiveLog: (
|
|
3402
|
-
obj: GuardrailContentPolicyAssessment
|
|
3403
|
-
) => any;
|
|
3404
|
-
export declare const GuardrailPiiEntityFilterFilterSensitiveLog: (
|
|
3405
|
-
obj: GuardrailPiiEntityFilter
|
|
3406
|
-
) => any;
|
|
3407
|
-
export declare const GuardrailRegexFilterFilterSensitiveLog: (
|
|
3408
|
-
obj: GuardrailRegexFilter
|
|
3409
|
-
) => any;
|
|
3410
|
-
export declare const GuardrailSensitiveInformationPolicyAssessmentFilterSensitiveLog: (
|
|
3411
|
-
obj: GuardrailSensitiveInformationPolicyAssessment
|
|
3412
|
-
) => any;
|
|
3413
|
-
export declare const GuardrailTopicFilterSensitiveLog: (
|
|
3414
|
-
obj: GuardrailTopic
|
|
3415
|
-
) => any;
|
|
3416
|
-
export declare const GuardrailTopicPolicyAssessmentFilterSensitiveLog: (
|
|
3417
|
-
obj: GuardrailTopicPolicyAssessment
|
|
3418
|
-
) => any;
|
|
3419
|
-
export declare const GuardrailCustomWordFilterSensitiveLog: (
|
|
3420
|
-
obj: GuardrailCustomWord
|
|
3421
|
-
) => any;
|
|
3422
|
-
export declare const GuardrailManagedWordFilterSensitiveLog: (
|
|
3423
|
-
obj: GuardrailManagedWord
|
|
3424
|
-
) => any;
|
|
3425
|
-
export declare const GuardrailWordPolicyAssessmentFilterSensitiveLog: (
|
|
3426
|
-
obj: GuardrailWordPolicyAssessment
|
|
3427
|
-
) => any;
|
|
3428
|
-
export declare const GuardrailAssessmentFilterSensitiveLog: (
|
|
3429
|
-
obj: GuardrailAssessment
|
|
3430
|
-
) => any;
|
|
3431
|
-
export declare const GuardrailTraceFilterSensitiveLog: (
|
|
3432
|
-
obj: GuardrailTrace
|
|
3433
|
-
) => any;
|
|
3434
|
-
export declare const KnowledgeBaseLookupInputFilterSensitiveLog: (
|
|
3435
|
-
obj: KnowledgeBaseLookupInput
|
|
3436
|
-
) => any;
|
|
3437
|
-
export declare const InvocationInputFilterSensitiveLog: (
|
|
3438
|
-
obj: InvocationInput
|
|
3439
|
-
) => any;
|
|
3440
|
-
export declare const ModelInvocationInputFilterSensitiveLog: (
|
|
3441
|
-
obj: ModelInvocationInput
|
|
3442
|
-
) => any;
|
|
3443
|
-
export declare const RawResponseFilterSensitiveLog: (obj: RawResponse) => any;
|
|
3444
|
-
export declare const ReasoningTextBlockFilterSensitiveLog: (
|
|
3445
|
-
obj: ReasoningTextBlock
|
|
3446
|
-
) => any;
|
|
3447
|
-
export declare const ReasoningContentBlockFilterSensitiveLog: (
|
|
3448
|
-
obj: ReasoningContentBlock
|
|
3449
|
-
) => any;
|
|
3450
|
-
export declare const OrchestrationModelInvocationOutputFilterSensitiveLog: (
|
|
3451
|
-
obj: OrchestrationModelInvocationOutput
|
|
3452
|
-
) => any;
|
|
3453
|
-
export declare const CodeInterpreterInvocationOutputFilterSensitiveLog: (
|
|
3454
|
-
obj: CodeInterpreterInvocationOutput
|
|
3455
|
-
) => any;
|
|
3456
|
-
export declare const FinalResponseFilterSensitiveLog: (
|
|
3457
|
-
obj: FinalResponse
|
|
3458
|
-
) => any;
|
|
3459
|
-
export declare const RetrievalResultContentColumnFilterSensitiveLog: (
|
|
3460
|
-
obj: RetrievalResultContentColumn
|
|
3461
|
-
) => any;
|
|
3462
|
-
export declare const RetrievalResultContentFilterSensitiveLog: (
|
|
3463
|
-
obj: RetrievalResultContent
|
|
3464
|
-
) => any;
|
|
3465
|
-
export declare const RetrievalResultLocationFilterSensitiveLog: (
|
|
3466
|
-
obj: RetrievalResultLocation
|
|
3467
|
-
) => any;
|
|
3468
|
-
export declare const RetrievedReferenceFilterSensitiveLog: (
|
|
3469
|
-
obj: RetrievedReference
|
|
3470
|
-
) => any;
|
|
3471
|
-
export declare const KnowledgeBaseLookupOutputFilterSensitiveLog: (
|
|
3472
|
-
obj: KnowledgeBaseLookupOutput
|
|
3473
|
-
) => any;
|
|
3474
|
-
export declare const RepromptResponseFilterSensitiveLog: (
|
|
3475
|
-
obj: RepromptResponse
|
|
3476
|
-
) => any;
|
|
3477
|
-
export declare const ObservationFilterSensitiveLog: (obj: Observation) => any;
|
|
3478
|
-
export declare const RationaleFilterSensitiveLog: (obj: Rationale) => any;
|
|
3479
|
-
export declare const OrchestrationTraceFilterSensitiveLog: (
|
|
3480
|
-
obj: OrchestrationTrace
|
|
3481
|
-
) => any;
|
|
3482
|
-
export declare const PostProcessingParsedResponseFilterSensitiveLog: (
|
|
3483
|
-
obj: PostProcessingParsedResponse
|
|
3484
|
-
) => any;
|
|
3485
|
-
export declare const PostProcessingModelInvocationOutputFilterSensitiveLog: (
|
|
3486
|
-
obj: PostProcessingModelInvocationOutput
|
|
3487
|
-
) => any;
|
|
3488
|
-
export declare const PostProcessingTraceFilterSensitiveLog: (
|
|
3489
|
-
obj: PostProcessingTrace
|
|
3490
|
-
) => any;
|
|
3491
|
-
export declare const PreProcessingParsedResponseFilterSensitiveLog: (
|
|
3492
|
-
obj: PreProcessingParsedResponse
|
|
3493
|
-
) => any;
|
|
3494
|
-
export declare const PreProcessingModelInvocationOutputFilterSensitiveLog: (
|
|
3495
|
-
obj: PreProcessingModelInvocationOutput
|
|
3496
|
-
) => any;
|
|
3497
|
-
export declare const PreProcessingTraceFilterSensitiveLog: (
|
|
3498
|
-
obj: PreProcessingTrace
|
|
3499
|
-
) => any;
|
|
3500
|
-
export declare const RoutingClassifierModelInvocationOutputFilterSensitiveLog: (
|
|
3501
|
-
obj: RoutingClassifierModelInvocationOutput
|
|
3502
|
-
) => any;
|
|
3503
|
-
export declare const RoutingClassifierTraceFilterSensitiveLog: (
|
|
3504
|
-
obj: RoutingClassifierTrace
|
|
3505
|
-
) => any;
|
|
3506
|
-
export declare const TraceFilterSensitiveLog: (obj: Trace) => any;
|
|
3507
|
-
export declare const TracePartFilterSensitiveLog: (obj: TracePart) => any;
|
|
3508
|
-
export declare const SatisfiedConditionFilterSensitiveLog: (
|
|
3509
|
-
obj: SatisfiedCondition
|
|
3510
|
-
) => any;
|
|
3511
|
-
export declare const ConditionResultEventFilterSensitiveLog: (
|
|
3512
|
-
obj: ConditionResultEvent
|
|
3513
|
-
) => any;
|
|
3514
|
-
export declare const FlowFailureEventFilterSensitiveLog: (
|
|
3515
|
-
obj: FlowFailureEvent
|
|
3516
|
-
) => any;
|
|
3517
|
-
export declare const FlowExecutionContentFilterSensitiveLog: (
|
|
3518
|
-
obj: FlowExecutionContent
|
|
3519
|
-
) => any;
|
|
3520
|
-
export declare const FlowInputFieldFilterSensitiveLog: (
|
|
3521
|
-
obj: FlowInputField
|
|
3522
|
-
) => any;
|
|
3523
|
-
export declare const FlowExecutionInputEventFilterSensitiveLog: (
|
|
3524
|
-
obj: FlowExecutionInputEvent
|
|
3525
|
-
) => any;
|
|
3526
|
-
export declare const FlowOutputFieldFilterSensitiveLog: (
|
|
3527
|
-
obj: FlowOutputField
|
|
3528
|
-
) => any;
|
|
3529
|
-
export declare const FlowExecutionOutputEventFilterSensitiveLog: (
|
|
3530
|
-
obj: FlowExecutionOutputEvent
|
|
3531
|
-
) => any;
|
|
3532
|
-
export declare const NodeActionEventFilterSensitiveLog: (
|
|
3533
|
-
obj: NodeActionEvent
|
|
3534
|
-
) => any;
|
|
3535
|
-
export declare const NodeTraceElementsFilterSensitiveLog: (
|
|
3536
|
-
obj: NodeTraceElements
|
|
3537
|
-
) => any;
|
|
3538
|
-
export declare const NodeDependencyEventFilterSensitiveLog: (
|
|
3539
|
-
obj: NodeDependencyEvent
|
|
3540
|
-
) => any;
|
|
3541
|
-
export declare const NodeFailureEventFilterSensitiveLog: (
|
|
3542
|
-
obj: NodeFailureEvent
|
|
3543
|
-
) => any;
|
|
3544
|
-
export declare const NodeExecutionContentFilterSensitiveLog: (
|
|
3545
|
-
obj: NodeExecutionContent
|
|
3546
|
-
) => any;
|
|
3547
|
-
export declare const NodeInputSourceFilterSensitiveLog: (
|
|
3548
|
-
obj: NodeInputSource
|
|
3549
|
-
) => any;
|
|
3550
|
-
export declare const NodeInputFieldFilterSensitiveLog: (
|
|
3551
|
-
obj: NodeInputField
|
|
3552
|
-
) => any;
|
|
3553
|
-
export declare const NodeInputEventFilterSensitiveLog: (
|
|
3554
|
-
obj: NodeInputEvent
|
|
3555
|
-
) => any;
|
|
3556
|
-
export declare const NodeOutputNextFilterSensitiveLog: (
|
|
3557
|
-
obj: NodeOutputNext
|
|
3558
|
-
) => any;
|
|
3559
|
-
export declare const NodeOutputFieldFilterSensitiveLog: (
|
|
3560
|
-
obj: NodeOutputField
|
|
3561
|
-
) => any;
|
|
3562
|
-
export declare const NodeOutputEventFilterSensitiveLog: (
|
|
3563
|
-
obj: NodeOutputEvent
|
|
3564
|
-
) => any;
|
|
3565
|
-
export declare const FlowExecutionEventFilterSensitiveLog: (
|
|
3566
|
-
obj: FlowExecutionEvent
|
|
3567
|
-
) => any;
|
|
3568
|
-
export declare const ListFlowExecutionEventsResponseFilterSensitiveLog: (
|
|
3569
|
-
obj: ListFlowExecutionEventsResponse
|
|
3570
|
-
) => any;
|
|
3571
|
-
export declare const FlowInputContentFilterSensitiveLog: (
|
|
3572
|
-
obj: FlowInputContent
|
|
3573
|
-
) => any;
|
|
3574
|
-
export declare const FlowInputFilterSensitiveLog: (obj: FlowInput) => any;
|
|
3575
|
-
export declare const StartFlowExecutionRequestFilterSensitiveLog: (
|
|
3576
|
-
obj: StartFlowExecutionRequest
|
|
3577
|
-
) => any;
|
|
3578
|
-
export declare const InvokeFlowRequestFilterSensitiveLog: (
|
|
3579
|
-
obj: InvokeFlowRequest
|
|
3580
|
-
) => any;
|
|
3581
|
-
export declare const FlowCompletionEventFilterSensitiveLog: (
|
|
3582
|
-
obj: FlowCompletionEvent
|
|
3583
|
-
) => any;
|
|
3584
|
-
export declare const FlowMultiTurnInputRequestEventFilterSensitiveLog: (
|
|
3585
|
-
obj: FlowMultiTurnInputRequestEvent
|
|
3586
|
-
) => any;
|
|
3587
|
-
export declare const FlowOutputEventFilterSensitiveLog: (
|
|
3588
|
-
obj: FlowOutputEvent
|
|
3589
|
-
) => any;
|
|
3590
|
-
export declare const FlowTraceConditionFilterSensitiveLog: (
|
|
3591
|
-
obj: FlowTraceCondition
|
|
3592
|
-
) => any;
|
|
3593
|
-
export declare const FlowTraceConditionNodeResultEventFilterSensitiveLog: (
|
|
3594
|
-
obj: FlowTraceConditionNodeResultEvent
|
|
3595
|
-
) => any;
|
|
3596
|
-
export declare const FlowTraceNodeActionEventFilterSensitiveLog: (
|
|
3597
|
-
obj: FlowTraceNodeActionEvent
|
|
3598
|
-
) => any;
|
|
3599
|
-
export declare const TraceElementsFilterSensitiveLog: (
|
|
3600
|
-
obj: TraceElements
|
|
3601
|
-
) => any;
|
|
3602
|
-
export declare const FlowTraceDependencyEventFilterSensitiveLog: (
|
|
3603
|
-
obj: FlowTraceDependencyEvent
|
|
3604
|
-
) => any;
|
|
3605
|
-
export declare const FlowTraceNodeInputContentFilterSensitiveLog: (
|
|
3606
|
-
obj: FlowTraceNodeInputContent
|
|
3607
|
-
) => any;
|
|
3608
|
-
export declare const FlowTraceNodeInputExecutionChainItemFilterSensitiveLog: (
|
|
3609
|
-
obj: FlowTraceNodeInputExecutionChainItem
|
|
3610
|
-
) => any;
|
|
3611
|
-
export declare const FlowTraceNodeInputSourceFilterSensitiveLog: (
|
|
3612
|
-
obj: FlowTraceNodeInputSource
|
|
3613
|
-
) => any;
|
|
3614
|
-
export declare const FlowTraceNodeInputFieldFilterSensitiveLog: (
|
|
3615
|
-
obj: FlowTraceNodeInputField
|
|
3616
|
-
) => any;
|
|
3617
|
-
export declare const FlowTraceNodeInputEventFilterSensitiveLog: (
|
|
3618
|
-
obj: FlowTraceNodeInputEvent
|
|
3619
|
-
) => any;
|
|
3620
|
-
export declare const FlowTraceNodeOutputNextFilterSensitiveLog: (
|
|
3621
|
-
obj: FlowTraceNodeOutputNext
|
|
3622
|
-
) => any;
|
|
3623
|
-
export declare const FlowTraceNodeOutputFieldFilterSensitiveLog: (
|
|
3624
|
-
obj: FlowTraceNodeOutputField
|
|
3625
|
-
) => any;
|
|
3626
|
-
export declare const FlowTraceNodeOutputEventFilterSensitiveLog: (
|
|
3627
|
-
obj: FlowTraceNodeOutputEvent
|
|
3628
|
-
) => any;
|
|
3629
|
-
export declare const FlowTraceFilterSensitiveLog: (obj: FlowTrace) => any;
|
|
3630
|
-
export declare const FlowTraceEventFilterSensitiveLog: (
|
|
3631
|
-
obj: FlowTraceEvent
|
|
3632
|
-
) => any;
|
|
3633
|
-
export declare const FlowResponseStreamFilterSensitiveLog: (
|
|
3634
|
-
obj: FlowResponseStream
|
|
3635
|
-
) => any;
|
|
3636
|
-
export declare const InvokeFlowResponseFilterSensitiveLog: (
|
|
3637
|
-
obj: InvokeFlowResponse
|
|
3638
|
-
) => any;
|
|
3639
|
-
export declare const QueryGenerationInputFilterSensitiveLog: (
|
|
3640
|
-
obj: QueryGenerationInput
|
|
3641
|
-
) => any;
|
|
3642
|
-
export declare const GenerateQueryRequestFilterSensitiveLog: (
|
|
3643
|
-
obj: GenerateQueryRequest
|
|
3644
|
-
) => any;
|
|
3645
|
-
export declare const GeneratedQueryFilterSensitiveLog: (
|
|
3646
|
-
obj: GeneratedQuery
|
|
3647
|
-
) => any;
|
|
3648
|
-
export declare const GenerateQueryResponseFilterSensitiveLog: (
|
|
3649
|
-
obj: GenerateQueryResponse
|
|
3650
|
-
) => any;
|
|
3651
|
-
export declare const ContentBlockFilterSensitiveLog: (obj: ContentBlock) => any;
|
|
3652
|
-
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
3653
|
-
export declare const ConversationHistoryFilterSensitiveLog: (
|
|
3654
|
-
obj: ConversationHistory
|
|
3655
|
-
) => any;
|
|
3656
|
-
export declare const ByteContentFileFilterSensitiveLog: (
|
|
3657
|
-
obj: ByteContentFile
|
|
3658
|
-
) => any;
|
|
3659
|
-
export declare const FileSourceFilterSensitiveLog: (obj: FileSource) => any;
|
|
3660
|
-
export declare const InputFileFilterSensitiveLog: (obj: InputFile) => any;
|
|
3661
|
-
export declare const MetadataAttributeSchemaFilterSensitiveLog: (
|
|
3662
|
-
obj: MetadataAttributeSchema
|
|
3663
|
-
) => any;
|
|
3664
|
-
export declare const ImplicitFilterConfigurationFilterSensitiveLog: (
|
|
3665
|
-
obj: ImplicitFilterConfiguration
|
|
3666
|
-
) => any;
|
|
3667
|
-
export declare const RerankingMetadataSelectiveModeConfigurationFilterSensitiveLog: (
|
|
3668
|
-
obj: RerankingMetadataSelectiveModeConfiguration
|
|
3669
|
-
) => any;
|
|
3670
|
-
export declare const MetadataConfigurationForRerankingFilterSensitiveLog: (
|
|
3671
|
-
obj: MetadataConfigurationForReranking
|
|
3672
|
-
) => any;
|
|
3673
|
-
export declare const VectorSearchBedrockRerankingConfigurationFilterSensitiveLog: (
|
|
3674
|
-
obj: VectorSearchBedrockRerankingConfiguration
|
|
3675
|
-
) => any;
|
|
3676
|
-
export declare const VectorSearchRerankingConfigurationFilterSensitiveLog: (
|
|
3677
|
-
obj: VectorSearchRerankingConfiguration
|
|
3678
|
-
) => any;
|
|
3679
|
-
export declare const TextResponsePartFilterSensitiveLog: (
|
|
3680
|
-
obj: TextResponsePart
|
|
3681
|
-
) => any;
|
|
3682
|
-
export declare const GeneratedResponsePartFilterSensitiveLog: (
|
|
3683
|
-
obj: GeneratedResponsePart
|
|
3684
|
-
) => any;
|
|
3685
|
-
export declare const CitationFilterSensitiveLog: (obj: Citation) => any;
|
|
3686
|
-
export declare const AttributionFilterSensitiveLog: (obj: Attribution) => any;
|
|
3687
|
-
export declare const PayloadPartFilterSensitiveLog: (obj: PayloadPart) => any;
|
|
3688
|
-
export declare const OutputFileFilterSensitiveLog: (obj: OutputFile) => any;
|
|
3689
|
-
export declare const FilePartFilterSensitiveLog: (obj: FilePart) => any;
|
|
3690
|
-
export declare const ResponseStreamFilterSensitiveLog: (
|
|
3691
|
-
obj: ResponseStream
|
|
3692
|
-
) => any;
|
|
3693
|
-
export declare const InvokeAgentResponseFilterSensitiveLog: (
|
|
3694
|
-
obj: InvokeAgentResponse
|
|
3695
|
-
) => any;
|
|
3696
|
-
export declare const CollaboratorConfigurationFilterSensitiveLog: (
|
|
3697
|
-
obj: CollaboratorConfiguration
|
|
3698
|
-
) => any;
|
|
3699
|
-
export declare const PromptConfigurationFilterSensitiveLog: (
|
|
3700
|
-
obj: PromptConfiguration
|
|
3701
|
-
) => any;
|
|
3702
|
-
export declare const PromptOverrideConfigurationFilterSensitiveLog: (
|
|
3703
|
-
obj: PromptOverrideConfiguration
|
|
3704
|
-
) => any;
|
|
3705
|
-
export declare const InlineSessionStateFilterSensitiveLog: (
|
|
3706
|
-
obj: InlineSessionState
|
|
3707
|
-
) => any;
|
|
3708
|
-
export declare const InlineAgentPayloadPartFilterSensitiveLog: (
|
|
3709
|
-
obj: InlineAgentPayloadPart
|
|
3710
|
-
) => any;
|
|
3711
|
-
export declare const InlineAgentFilePartFilterSensitiveLog: (
|
|
3712
|
-
obj: InlineAgentFilePart
|
|
3713
|
-
) => any;
|
|
3714
|
-
export declare const InlineAgentReturnControlPayloadFilterSensitiveLog: (
|
|
3715
|
-
obj: InlineAgentReturnControlPayload
|
|
3716
|
-
) => any;
|
|
3717
|
-
export declare const InlineAgentTracePartFilterSensitiveLog: (
|
|
3718
|
-
obj: InlineAgentTracePart
|
|
3719
|
-
) => any;
|
|
3720
|
-
export declare const InlineAgentResponseStreamFilterSensitiveLog: (
|
|
3721
|
-
obj: InlineAgentResponseStream
|
|
3722
|
-
) => any;
|
|
3723
|
-
export declare const InvokeInlineAgentResponseFilterSensitiveLog: (
|
|
3724
|
-
obj: InvokeInlineAgentResponse
|
|
3725
|
-
) => any;
|
|
3726
|
-
export declare const TextPromptFilterSensitiveLog: (obj: TextPrompt) => any;
|
|
3727
|
-
export declare const InputPromptFilterSensitiveLog: (obj: InputPrompt) => any;
|
|
3728
|
-
export declare const OptimizePromptRequestFilterSensitiveLog: (
|
|
3729
|
-
obj: OptimizePromptRequest
|
|
3730
|
-
) => any;
|
|
3731
|
-
export declare const AnalyzePromptEventFilterSensitiveLog: (
|
|
3732
|
-
obj: AnalyzePromptEvent
|
|
3733
|
-
) => any;
|
|
3734
|
-
export declare const OptimizedPromptFilterSensitiveLog: (
|
|
3735
|
-
obj: OptimizedPrompt
|
|
3736
|
-
) => any;
|
|
3737
|
-
export declare const OptimizedPromptEventFilterSensitiveLog: (
|
|
3738
|
-
obj: OptimizedPromptEvent
|
|
3739
|
-
) => any;
|
|
3740
|
-
export declare const OptimizedPromptStreamFilterSensitiveLog: (
|
|
3741
|
-
obj: OptimizedPromptStream
|
|
3742
|
-
) => any;
|
|
3743
|
-
export declare const OptimizePromptResponseFilterSensitiveLog: (
|
|
3744
|
-
obj: OptimizePromptResponse
|
|
3745
|
-
) => any;
|
|
3746
|
-
export declare const RerankTextDocumentFilterSensitiveLog: (
|
|
3747
|
-
obj: RerankTextDocument
|
|
3748
|
-
) => any;
|
|
3749
|
-
export declare const RerankQueryFilterSensitiveLog: (obj: RerankQuery) => any;
|
|
3750
|
-
export declare const RerankDocumentFilterSensitiveLog: (
|
|
3751
|
-
obj: RerankDocument
|
|
3752
|
-
) => any;
|
|
3753
|
-
export declare const RerankSourceFilterSensitiveLog: (obj: RerankSource) => any;
|
|
3754
|
-
export declare const RerankRequestFilterSensitiveLog: (
|
|
3755
|
-
obj: RerankRequest
|
|
3756
|
-
) => any;
|
|
3757
|
-
export declare const RerankResultFilterSensitiveLog: (obj: RerankResult) => any;
|
|
3758
|
-
export declare const RerankResponseFilterSensitiveLog: (
|
|
3759
|
-
obj: RerankResponse
|
|
3760
|
-
) => any;
|
|
3761
|
-
export declare const RetrieveAndGenerateInputFilterSensitiveLog: (
|
|
3762
|
-
obj: RetrieveAndGenerateInput
|
|
3763
|
-
) => any;
|
|
3764
|
-
export declare const PromptTemplateFilterSensitiveLog: (
|
|
3765
|
-
obj: PromptTemplate
|
|
3766
|
-
) => any;
|
|
3767
|
-
export declare const ExternalSourcesGenerationConfigurationFilterSensitiveLog: (
|
|
3768
|
-
obj: ExternalSourcesGenerationConfiguration
|
|
3769
|
-
) => any;
|
|
3770
|
-
export declare const ByteContentDocFilterSensitiveLog: (
|
|
3771
|
-
obj: ByteContentDoc
|
|
3772
|
-
) => any;
|