public final class GenerationConfig extends GeneratedMessageV3 implements GenerationConfigOrBuilder
Configurazione di generazione.
Tipo di protobuf google.cloud.vertexai.v1.GenerationConfig
Membri ereditati
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Campi statici
CANDIDATE_COUNT_FIELD_NUMBER
public static final int CANDIDATE_COUNT_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
FREQUENCY_PENALTY_FIELD_NUMBER
public static final int FREQUENCY_PENALTY_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
MAX_OUTPUT_TOKENS_FIELD_NUMBER
public static final int MAX_OUTPUT_TOKENS_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
PRESENCE_PENALTY_FIELD_NUMBER
public static final int PRESENCE_PENALTY_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
RESPONSE_MIME_TYPE_FIELD_NUMBER
public static final int RESPONSE_MIME_TYPE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
STOP_SEQUENCES_FIELD_NUMBER
public static final int STOP_SEQUENCES_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
TEMPERATURE_FIELD_NUMBER
public static final int TEMPERATURE_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
TOP_K_FIELD_NUMBER
public static final int TOP_K_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
TOP_P_FIELD_NUMBER
public static final int TOP_P_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
Metodi statici
getDefaultInstance()
public static GenerationConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerationConfig.Builder newBuilder()
newBuilder(GenerationConfig prototype)
public static GenerationConfig.Builder newBuilder(GenerationConfig prototype)
public static GenerationConfig parseDelimitedFrom(InputStream input)
public static GenerationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerationConfig parseFrom(byte[] data)
Parametro |
Nome |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerationConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerationConfig parseFrom(CodedInputStream input)
public static GenerationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerationConfig parseFrom(InputStream input)
public static GenerationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerationConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerationConfig> parser()
Metodi
è uguale a(obj oggetto)
public boolean equals(Object obj)
Parametro |
Nome |
Description |
obj |
Object
|
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
getCandidateCount()
public 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.
|
getDefaultInstanceForType()
public GenerationConfig getDefaultInstanceForType()
getFrequencyPenalty()
public float getFrequencyPenalty()
Facoltativo. Sanzioni relative alla frequenza.
optional float frequency_penalty = 9 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
float |
La penalità della frequenza.
|
getMaxOutputTokens()
public 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.
|
getParserForType()
public Parser<GenerationConfig> getParserForType()
Sostituzioni
getPresencePenalty()
public float getPresencePenalty()
Facoltativo. Sanzioni positive.
optional float presence_penalty = 8 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
float |
La penalità della presenza.
|
getResponseMimeType()
public String getResponseMimeType()
Facoltativo. Tipo MIME della risposta di output del testo del candidato generato.
Tipo MIME supportato:
text/plain
: (predefinito) output di testo.
application/json
: risposta JSON nei candidati.
Al modello deve essere richiesto di restituire il tipo di risposta appropriato, altrimenti il comportamento non è definito.
Questa è una funzionalità in anteprima.
string response_mime_type = 13 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
String |
Il parametro responseMimeType.
|
getResponseMimeTypeBytes()
public ByteString getResponseMimeTypeBytes()
Facoltativo. Tipo MIME della risposta di output del testo del candidato generato.
Tipo MIME supportato:
text/plain
: (predefinito) output di testo.
application/json
: risposta JSON nei candidati.
Al modello deve essere richiesto di restituire il tipo di risposta appropriato, altrimenti il comportamento non è definito.
Questa è una funzionalità in anteprima.
string response_mime_type = 13 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
ByteString |
I byte per responseMimeType.
|
getSerializedSize()
public int getSerializedSize()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
getStopSequences(int index)
public 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 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 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 ProtocolStringList getStopSequencesList()
Facoltativo. Interrompi le sequenze.
repeated string stop_sequences = 6 [(.google.api.field_behavior) = OPTIONAL];
getTemperature()
public float getTemperature()
Facoltativo. Controlla la casualità delle previsioni.
optional float temperature = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
float |
La temperatura.
|
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()
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 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.
|
hasFrequencyPenalty()
public boolean hasFrequencyPenalty()
Facoltativo. Sanzioni relative alla frequenza.
optional float frequency_penalty = 9 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
boolean |
Indica se il campo frequenzaPenalty è impostato.
|
hasMaxOutputTokens()
public 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.
|
hasPresencePenalty()
public boolean hasPresencePenalty()
Facoltativo. Sanzioni positive.
optional float presence_penalty = 8 [(.google.api.field_behavior) = OPTIONAL];
Restituisce |
Tipo |
Description |
boolean |
Indica se è impostato il campoPresencePenalty.
|
hasTemperature()
public 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()
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()
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.
|
hashCode()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
newBuilderForType()
public GenerationConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GenerationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Sostituzioni
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Restituisce |
Tipo |
Description |
Object |
|
Sostituzioni
toBuilder()
public GenerationConfig.Builder toBuilder()
writeTo(output di CodedOutputStream)
public void writeTo(CodedOutputStream output)
Sostituzioni