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