public interface GenerationConfigOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getCandidateCount()
public abstract int getCandidateCount()
Facoltativo. Numero di candidati da generare.
optional int32 candidate_count = 4 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
Il valore candidateCount. |
getMaxOutputTokens()
public abstract int getMaxOutputTokens()
Facoltativo. Il numero massimo di token di output da generare per messaggio.
optional int32 max_output_tokens = 5 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
I maxOutputTokens. |
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.
optional 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.
optional 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.
optional float top_p = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
float |
Il topP. |
hasCandidateCount()
public abstract boolean hasCandidateCount()
Facoltativo. Numero di candidati da generare.
optional int32 candidate_count = 4 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se il campo candidateCount è impostato. |
hasMaxOutputTokens()
public abstract boolean hasMaxOutputTokens()
Facoltativo. Il numero massimo di token di output da generare per messaggio.
optional int32 max_output_tokens = 5 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se il campo maxOutputTokens è impostato. |
hasTemperature()
public abstract boolean hasTemperature()
Facoltativo. Controlla la casualità delle previsioni.
optional float temperature = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Se il campo della temperatura è impostato. |
hasTopK()
public abstract boolean hasTopK()
Facoltativo. Se specificato, verrà utilizzato il campionamento top-k.
optional float top_k = 3 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se il campo topK è impostato. |
hasTopP()
public abstract boolean hasTopP()
Facoltativo. Se specificato, verrà utilizzato il campionamento del nucleo.
optional float top_p = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se è impostato il campo topP. |