public class AiLlmEndpointParamsAws extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiLlmEndpointParamsAws.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
temperature
What sampling temperature to use, between 0 and 1.
|
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<AiLlmEndpointParamsAwsTypeField> |
type
The type of the AI LLM endpoint params object for AWS.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiLlmEndpointParamsAws() |
protected |
AiLlmEndpointParamsAws(AiLlmEndpointParamsAws.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getTemperature() |
Double |
getTopP() |
EnumWrapper<AiLlmEndpointParamsAwsTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiLlmEndpointParamsAwsTypeField> type
protected Double temperature
protected Double topP
public AiLlmEndpointParamsAws()
protected AiLlmEndpointParamsAws(AiLlmEndpointParamsAws.Builder builder)
public EnumWrapper<AiLlmEndpointParamsAwsTypeField> getType()
public Double getTemperature()