| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ChatOption.ChatOptionBuilder |
| コンストラクタと説明 |
|---|
ChatOption() |
ChatOption(String model,
Integer maxTokens,
Double temperature,
Double topP,
List<String> stops) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ChatOption.ChatOptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getMaxTokens()
トークンの最大数
|
String |
getModel()
モデル
|
List<String> |
getStops()
トークンの生成を停止するシーケンス
|
Double |
getTemperature()
出力のランダム性(0~2)
|
Double |
getTopP()
top-pサンプリング(0~1)
|
int |
hashCode() |
void |
setMaxTokens(Integer maxTokens)
トークンの最大数
|
void |
setModel(String model)
モデル
|
void |
setStops(List<String> stops)
トークンの生成を停止するシーケンス
|
void |
setTemperature(Double temperature)
出力のランダム性(0~2)
|
void |
setTopP(Double topP)
top-pサンプリング(0~1)
|
String |
toString() |
public static ChatOption.ChatOptionBuilder builder()
public Integer getMaxTokens()
public Double getTemperature()
public Double getTopP()
public void setMaxTokens(Integer maxTokens)
public void setTemperature(Double temperature)
public void setTopP(Double topP)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION