Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ConverseStreamRequest.Builder
Packages that use ConverseStreamRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ConverseStreamRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type ConverseStreamRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockRuntimeAsyncClient.converseStream(Consumer<ConverseStreamRequest.Builder> converseStreamRequest, ConverseStreamResponseHandler asyncResponseHandler) Sends messages to the specified Amazon Bedrock model and returns the response in a stream. -
Uses of ConverseStreamRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ConverseStreamRequest.BuilderModifier and TypeMethodDescriptionConverseStreamRequest.Builder.additionalModelRequestFields(Document additionalModelRequestFields) Additional inference parameters that the model supports, beyond the base set of inference parameters thatConverseandConverseStreamsupport in theinferenceConfigfield.ConverseStreamRequest.Builder.additionalModelResponseFieldPaths(String... additionalModelResponseFieldPaths) Additional model parameters field paths to return in the response.ConverseStreamRequest.Builder.additionalModelResponseFieldPaths(Collection<String> additionalModelResponseFieldPaths) Additional model parameters field paths to return in the response.ConverseStreamRequest.builder()default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.guardrailConfig(Consumer<GuardrailStreamConfiguration.Builder> guardrailConfig) Configuration information for a guardrail that you want to use in the request.ConverseStreamRequest.Builder.guardrailConfig(GuardrailStreamConfiguration guardrailConfig) Configuration information for a guardrail that you want to use in the request.default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.inferenceConfig(Consumer<InferenceConfiguration.Builder> inferenceConfig) Inference parameters to pass to the model.ConverseStreamRequest.Builder.inferenceConfig(InferenceConfiguration inferenceConfig) Inference parameters to pass to the model.ConverseStreamRequest.Builder.messages(Collection<Message> messages) The messages that you want to send to the model.ConverseStreamRequest.Builder.messages(Consumer<Message.Builder>... messages) The messages that you want to send to the model.The messages that you want to send to the model.Specifies the model or throughput with which to run inference, or the prompt resource to use in inference.default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) Output configuration for a model response.ConverseStreamRequest.Builder.outputConfig(OutputConfig outputConfig) Output configuration for a model response.ConverseStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ConverseStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) Model performance settings for the request.ConverseStreamRequest.Builder.performanceConfig(PerformanceConfiguration performanceConfig) Model performance settings for the request.ConverseStreamRequest.Builder.promptVariables(Map<String, PromptVariableValues> promptVariables) Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.ConverseStreamRequest.Builder.requestMetadata(Map<String, String> requestMetadata) Key-value pairs that you can use to filter invocation logs.default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.serviceTier(Consumer<ServiceTier.Builder> serviceTier) Specifies the processing tier configuration used for serving the request.ConverseStreamRequest.Builder.serviceTier(ServiceTier serviceTier) Specifies the processing tier configuration used for serving the request.ConverseStreamRequest.Builder.system(Collection<SystemContentBlock> system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseStreamRequest.Builder.system(Consumer<SystemContentBlock.Builder>... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseStreamRequest.Builder.system(SystemContentBlock... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseStreamRequest.toBuilder()default ConverseStreamRequest.BuilderConverseStreamRequest.Builder.toolConfig(Consumer<ToolConfiguration.Builder> toolConfig) Configuration information for the tools that the model can use when generating a response.ConverseStreamRequest.Builder.toolConfig(ToolConfiguration toolConfig) Configuration information for the tools that the model can use when generating a response.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ConverseStreamRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConverseStreamRequest.Builder>ConverseStreamRequest.serializableBuilderClass()