public interface GenerationConfigOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
containsLogitBias(String key)
public abstract boolean containsLogitBias(String key)
Facoltativo. Bias di logit.
map<string, float> logit_bias = 10 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
key |
String |
Restituisce | |
---|---|
Tipo | Description |
boolean |
getCandidateCount()
public abstract int getCandidateCount()
Facoltativo. Numero di candidati da generare.
int32 candidate_count = 4 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
Il valore candidateCount. |
getEcho()
public abstract boolean getEcho()
Facoltativo. Eco.
bool echo = 11 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
L'eco. |
getFrequencyPenalty()
public abstract float getFrequencyPenalty()
Facoltativo. Sanzioni relative alla frequenza.
float frequency_penalty = 9 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
La penalità della frequenza. |
getLogitBias() (deprecated)
public abstract Map<String,Float> getLogitBias()
Utilizza invece #getLogitBiasMap().
Restituisce | |
---|---|
Tipo | Description |
Map<String,Float> |
getLogitBiasCount()
public abstract int getLogitBiasCount()
Facoltativo. Bias di logit.
map<string, float> logit_bias = 10 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
getLogitBiasMap()
public abstract Map<String,Float> getLogitBiasMap()
Facoltativo. Bias di logit.
map<string, float> logit_bias = 10 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
Map<String,Float> |
getLogitBiasOrDefault(String key, float defaultValue)
public abstract float getLogitBiasOrDefault(String key, float defaultValue)
Facoltativo. Bias di logit.
map<string, float> logit_bias = 10 [(.google.api.field_behavior) = OPTIONAL];
Parametri | |
---|---|
Nome | Description |
key |
String |
defaultValue |
float |
Restituisce | |
---|---|
Tipo | Description |
float |
getLogitBiasOrThrow(String key)
public abstract float getLogitBiasOrThrow(String key)
Facoltativo. Bias di logit.
map<string, float> logit_bias = 10 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
key |
String |
Restituisce | |
---|---|
Tipo | Description |
float |
getLogprobs()
public abstract int getLogprobs()
Facoltativo. Probabilità di logit.
int32 logprobs = 7 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
I logprob. |
getMaxOutputTokens()
public abstract int getMaxOutputTokens()
Facoltativo. Il numero massimo di token di output da generare per messaggio.
int32 max_output_tokens = 5 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
I maxOutputTokens. |
getPresencePenalty()
public abstract float getPresencePenalty()
Facoltativo. Sanzioni positive.
float presence_penalty = 8 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
La penalità della presenza. |
getStopSequences(int index)
public abstract String getStopSequences(int index)
Facoltativo. Interrompi le sequenze.
repeated string stop_sequences = 6 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int L'indice dell'elemento da restituire. |
Restituisce | |
---|---|
Tipo | Description |
String |
Le stopSequenza nell'indice specificato. |
getStopSequencesBytes(int index)
public abstract ByteString getStopSequencesBytes(int index)
Facoltativo. Interrompi le sequenze.
repeated string stop_sequences = 6 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int L'indice del valore da restituire. |
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte delle stopSequences nell'indice specificato. |
getStopSequencesCount()
public abstract int getStopSequencesCount()
Facoltativo. Interrompi le sequenze.
repeated string stop_sequences = 6 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio di stopSequences. |
getStopSequencesList()
public abstract List<String> getStopSequencesList()
Facoltativo. Interrompi le sequenze.
repeated string stop_sequences = 6 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente le stopSequence. |
getTemperature()
public abstract float getTemperature()
Facoltativo. Controlla la casualità delle previsioni.
float temperature = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
La temperatura. |
getTopK()
public abstract float getTopK()
Facoltativo. Se specificato, verrà utilizzato il campionamento top-k.
float top_k = 3 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
Il topK. |
getTopP()
public abstract float getTopP()
Facoltativo. Se specificato, verrà utilizzato il campionamento del nucleo.
float top_p = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
Il topP. |