Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithResponseStreamRequest
-
Packages that use InvokeModelWithResponseStreamRequest Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.transform -
-
Uses of InvokeModelWithResponseStreamRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type InvokeModelWithResponseStreamRequest Modifier and Type Method Description default CompletableFuture<Void>
BedrockRuntimeAsyncClient. invokeModelWithResponseStream(InvokeModelWithResponseStreamRequest invokeModelWithResponseStreamRequest, InvokeModelWithResponseStreamResponseHandler asyncResponseHandler)
Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. -
Uses of InvokeModelWithResponseStreamRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type InvokeModelWithResponseStreamRequest Modifier and Type Method Description SdkHttpFullRequest
InvokeModelWithResponseStreamRequestMarshaller. marshall(InvokeModelWithResponseStreamRequest invokeModelWithResponseStreamRequest)
-