BedrockRuntimeClientLike
Auto-generated API reference for BedrockRuntimeClientLike.
Interface: BedrockRuntimeClientLike
Defined in: bedrock.ts:22
Minimal structural type for BedrockRuntimeClient so we don't take a hard
dep on @aws-sdk/client-bedrock-runtime.
#Methods
#send()
send(
command):Promise<{body?:AsyncIterable<{chunk?: {bytes?:Uint8Array<ArrayBufferLike>; }; },any,any>; }>
Defined in: bedrock.ts:23
#Parameters
command
input
BedrockInvokeInput
#Returns
Promise<{ body?: AsyncIterable<{ chunk?: { bytes?: Uint8Array<ArrayBufferLike>; }; }, any, any>; }>