Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithResponseStreamRequest.Builder
Packages that use InvokeModelWithResponseStreamRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelWithResponseStreamRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type InvokeModelWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockRuntimeAsyncClient.invokeModelWithResponseStream(Consumer<InvokeModelWithResponseStreamRequest.Builder> 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.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return InvokeModelWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type of the inference body in the response.The prompt and inference parameters in the format specified in thecontentTypein the header.InvokeModelWithResponseStreamRequest.builder()InvokeModelWithResponseStreamRequest.Builder.contentType(String contentType) The MIME type of the input data in the request.InvokeModelWithResponseStreamRequest.Builder.guardrailIdentifier(String guardrailIdentifier) The unique identifier of the guardrail that you want to use.InvokeModelWithResponseStreamRequest.Builder.guardrailVersion(String guardrailVersion) The version number for the guardrail.The unique identifier of the model to invoke to run inference.InvokeModelWithResponseStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeModelWithResponseStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) InvokeModelWithResponseStreamRequest.Builder.performanceConfigLatency(String performanceConfigLatency) Model performance settings for the request.InvokeModelWithResponseStreamRequest.Builder.performanceConfigLatency(PerformanceConfigLatency performanceConfigLatency) Model performance settings for the request.InvokeModelWithResponseStreamRequest.Builder.requestMetadata(String requestMetadata) Key-value pairs that you can use to filter invocation logs.InvokeModelWithResponseStreamRequest.Builder.serviceTier(String serviceTier) Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamRequest.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamRequest.toBuilder()Specifies whether to enable or disable the Bedrock trace.Specifies whether to enable or disable the Bedrock trace.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type InvokeModelWithResponseStreamRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeModelWithResponseStreamRequest.Builder>InvokeModelWithResponseStreamRequest.serializableBuilderClass()