Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.OutputFormat.Builder
Packages that use OutputFormat.Builder
-
Uses of OutputFormat.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return OutputFormat.BuilderModifier and TypeMethodDescriptionstatic OutputFormat.BuilderOutputFormat.builder()default OutputFormat.BuilderOutputFormat.Builder.structure(Consumer<OutputFormatStructure.Builder> structure) The structure that the model's output must adhere to.OutputFormat.Builder.structure(OutputFormatStructure structure) The structure that the model's output must adhere to.OutputFormat.toBuilder()The type of structured output format.OutputFormat.Builder.type(OutputFormatType type) The type of structured output format.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type OutputFormat.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OutputFormat.Builder>OutputFormat.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type OutputFormat.BuilderModifier and TypeMethodDescriptiondefault OutputConfig.BuilderOutputConfig.Builder.textFormat(Consumer<OutputFormat.Builder> textFormat) Structured output parameters to control the model's text response.