Class BedrockLlamaChatOptions.Builder
java.lang.Object
org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions.Builder
- Enclosing class:
- BedrockLlamaChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
temperature
(Double temperature) withMaxGenLen
(Integer maxGenLen) Deprecated, for removal: This API element is subject to removal in a future version.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
temperature
-
topP
-
maxGenLen
-
withTemperature
@Deprecated(forRemoval=true, since="1.0.0-M5") public BedrockLlamaChatOptions.Builder withTemperature(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead. -
withTopP
@Deprecated(forRemoval=true, since="1.0.0-M5") public BedrockLlamaChatOptions.Builder withTopP(Double topP) Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead. -
withMaxGenLen
@Deprecated(forRemoval=true, since="1.0.0-M5") public BedrockLlamaChatOptions.Builder withMaxGenLen(Integer maxGenLen) Deprecated, for removal: This API element is subject to removal in a future version.usemaxGenLen(Integer)
instead. -
build
-
maxGenLen(Integer)
instead.