public class AiLlmEndpointParamsGoogle extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiLlmEndpointParamsGoogle.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
temperature
The temperature is used for sampling during response generation, which occurs when `top-P` and
`top-K` are applied.
|
protected Double |
topK
`Top-K` changes how the model selects tokens for output.
|
protected Double |
topP
`Top-P` changes how the model selects tokens for output.
|
protected EnumWrapper<AiLlmEndpointParamsGoogleTypeField> |
type
The type of the AI LLM endpoint params object for Google.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiLlmEndpointParamsGoogle() |
protected |
AiLlmEndpointParamsGoogle(AiLlmEndpointParamsGoogle.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getTemperature() |
Double |
getTopK() |
Double |
getTopP() |
EnumWrapper<AiLlmEndpointParamsGoogleTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiLlmEndpointParamsGoogleTypeField> type
protected Double temperature
protected Double topP
protected Double topK
public AiLlmEndpointParamsGoogle()
protected AiLlmEndpointParamsGoogle(AiLlmEndpointParamsGoogle.Builder builder)
public EnumWrapper<AiLlmEndpointParamsGoogleTypeField> getType()
public Double getTemperature()