public static class AiLlmEndpointParamsGoogle.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected Double |
temperature |
protected Double |
topK |
protected Double |
topP |
protected EnumWrapper<AiLlmEndpointParamsGoogleTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AiLlmEndpointParamsGoogle |
build() |
AiLlmEndpointParamsGoogle.Builder |
temperature(Double temperature) |
AiLlmEndpointParamsGoogle.Builder |
topK(Double topK) |
AiLlmEndpointParamsGoogle.Builder |
topP(Double topP) |
AiLlmEndpointParamsGoogle.Builder |
type(AiLlmEndpointParamsGoogleTypeField type) |
AiLlmEndpointParamsGoogle.Builder |
type(EnumWrapper<AiLlmEndpointParamsGoogleTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiLlmEndpointParamsGoogleTypeField> type
protected Double temperature
public Builder()
public AiLlmEndpointParamsGoogle.Builder type(AiLlmEndpointParamsGoogleTypeField type)
public AiLlmEndpointParamsGoogle.Builder type(EnumWrapper<AiLlmEndpointParamsGoogleTypeField> type)
public AiLlmEndpointParamsGoogle.Builder temperature(Double temperature)
public AiLlmEndpointParamsGoogle.Builder topP(Double topP)
public AiLlmEndpointParamsGoogle.Builder topK(Double topK)
public AiLlmEndpointParamsGoogle build()