Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.InferenceConfiguration.Builder
-
Packages that use InferenceConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of InferenceConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InferenceConfiguration.Builder Modifier and Type Method Description static InferenceConfiguration.BuilderInferenceConfiguration. builder()InferenceConfiguration.BuilderInferenceConfiguration.Builder. maximumLength(Integer maximumLength)Sets the value of the MaximumLength property for this object.InferenceConfiguration.BuilderInferenceConfiguration.Builder. stopSequences(String... stopSequences)Sets the value of the StopSequences property for this object.InferenceConfiguration.BuilderInferenceConfiguration.Builder. stopSequences(Collection<String> stopSequences)Sets the value of the StopSequences property for this object.InferenceConfiguration.BuilderInferenceConfiguration.Builder. temperature(Float temperature)Sets the value of the Temperature property for this object.InferenceConfiguration.BuilderInferenceConfiguration. toBuilder()InferenceConfiguration.BuilderInferenceConfiguration.Builder. topK(Integer topK)Sets the value of the TopK property for this object.InferenceConfiguration.BuilderInferenceConfiguration.Builder. topP(Float topP)Sets the value of the TopP property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type InferenceConfiguration.Builder Modifier and Type Method Description static Class<? extends InferenceConfiguration.Builder>InferenceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type InferenceConfiguration.Builder Modifier and Type Method Description default PromptConfiguration.BuilderPromptConfiguration.Builder. inferenceConfiguration(Consumer<InferenceConfiguration.Builder> inferenceConfiguration)Sets the value of the InferenceConfiguration property for this object.
-