public class AiLlmEndpointParamsIbm extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiLlmEndpointParamsIbm.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
temperature
What sampling temperature to use, between 0 and 1.
|
protected Double |
topK
`Top-K` changes how the model selects tokens for output.
|
protected Double |
topP
An alternative to sampling with temperature, called nucleus sampling, where the model considers
the results of the tokens with `top_p` probability mass.
|
protected EnumWrapper<AiLlmEndpointParamsIbmTypeField> |
type
The type of the AI LLM endpoint params object for IBM.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiLlmEndpointParamsIbm() |
protected |
AiLlmEndpointParamsIbm(AiLlmEndpointParamsIbm.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getTemperature() |
Double |
getTopK() |
Double |
getTopP() |
EnumWrapper<AiLlmEndpointParamsIbmTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiLlmEndpointParamsIbmTypeField> type
protected Double temperature
protected Double topP
protected Double topK
public AiLlmEndpointParamsIbm()
protected AiLlmEndpointParamsIbm(AiLlmEndpointParamsIbm.Builder builder)
public EnumWrapper<AiLlmEndpointParamsIbmTypeField> getType()
public Double getTemperature()