Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TextInferenceConfig.Builder
Packages that use TextInferenceConfig.Builder
-
Uses of TextInferenceConfig.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextInferenceConfig.BuilderModifier and TypeMethodDescriptionstatic TextInferenceConfig.BuilderTextInferenceConfig.builder()The maximum number of tokens to generate in the output text.TextInferenceConfig.Builder.stopSequences(String... stopSequences) A list of sequences of characters that, if generated, will cause the model to stop generating further tokens.TextInferenceConfig.Builder.stopSequences(Collection<String> stopSequences) A list of sequences of characters that, if generated, will cause the model to stop generating further tokens.TextInferenceConfig.Builder.temperature(Float temperature) Controls the random-ness of text generated by the language model, influencing how much the model sticks to the most predictable next words versus exploring more surprising options.TextInferenceConfig.toBuilder()A probability distribution threshold which controls what the model considers for the set of possible next tokens.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TextInferenceConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TextInferenceConfig.Builder>TextInferenceConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TextInferenceConfig.BuilderModifier and TypeMethodDescriptiondefault InferenceConfig.BuilderInferenceConfig.Builder.textInferenceConfig(Consumer<TextInferenceConfig.Builder> textInferenceConfig) Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.