Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptModelInferenceConfiguration.Builder
Packages that use PromptModelInferenceConfiguration.Builder
-
Uses of PromptModelInferenceConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptModelInferenceConfiguration.BuilderModifier and TypeMethodDescriptionPromptModelInferenceConfiguration.builder()The maximum number of tokens to return in the response.PromptModelInferenceConfiguration.Builder.stopSequences(String... stopSequences) A list of strings that define sequences after which the model will stop generating.PromptModelInferenceConfiguration.Builder.stopSequences(Collection<String> stopSequences) A list of strings that define sequences after which the model will stop generating.PromptModelInferenceConfiguration.Builder.temperature(Float temperature) Controls the randomness of the response.PromptModelInferenceConfiguration.toBuilder()The percentage of most-likely candidates that the model considers for the next token.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptModelInferenceConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptModelInferenceConfiguration.Builder>PromptModelInferenceConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptModelInferenceConfiguration.BuilderModifier and TypeMethodDescriptionstatic PromptInferenceConfigurationPromptInferenceConfiguration.fromText(Consumer<PromptModelInferenceConfiguration.Builder> text) Create an instance of this class withPromptInferenceConfiguration.text()initialized to the given value.PromptInferenceConfiguration.Builder.text(Consumer<PromptModelInferenceConfiguration.Builder> text) Contains inference configurations for a text prompt.