public final class ComputeTokensRequest extends GeneratedMessageV3 implements ComputeTokensRequestOrBuilder
Messaggio di richiesta per la chiamata RPC di ComputeTokens.
Tipo di protobuf google.cloud.vertexai.v1.ComputeTokensRequest
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
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
INSTANCES_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
Valore campo |
Tipo |
Description |
int |
|
Metodi statici
getDefaultInstance()
public static ComputeTokensRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ComputeTokensRequest.Builder newBuilder()
newBuilder(ComputeTokensRequest prototype)
public static ComputeTokensRequest.Builder newBuilder(ComputeTokensRequest prototype)
public static ComputeTokensRequest parseDelimitedFrom(InputStream input)
public static ComputeTokensRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ComputeTokensRequest parseFrom(byte[] data)
Parametro |
Nome |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ComputeTokensRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ComputeTokensRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComputeTokensRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComputeTokensRequest parseFrom(CodedInputStream input)
public static ComputeTokensRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeTokensRequest parseFrom(InputStream input)
public static ComputeTokensRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ComputeTokensRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ComputeTokensRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ComputeTokensRequest> parser()
Metodi
è uguale a(obj oggetto)
public boolean equals(Object obj)
Parametro |
Nome |
Description |
obj |
Object
|
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
getDefaultInstanceForType()
public ComputeTokensRequest getDefaultInstanceForType()
getEndpoint()
public String getEndpoint()
Obbligatorio. Il nome dell'endpoint richiesto per ottenere elenchi di token e ID token.
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Restituisce |
Tipo |
Description |
String |
L'endpoint.
|
getEndpointBytes()
public ByteString getEndpointBytes()
Obbligatorio. Il nome dell'endpoint richiesto per ottenere elenchi di token e ID token.
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Restituisce |
Tipo |
Description |
ByteString |
I byte per l'endpoint.
|
getInstances(int index)
public Value getInstances(int index)
Obbligatorio. Le istanze che costituiscono l'input della chiamata API per il calcolo del token.
Lo schema è identico a quello di previsione del modello di testo, anche per i modelli non testuali, come i modelli di chat o i modelli Codey.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
Parametro |
Nome |
Description |
index |
int
|
Restituisce |
Tipo |
Description |
Value |
|
getInstancesCount()
public int getInstancesCount()
Obbligatorio. Le istanze che costituiscono l'input della chiamata API per il calcolo del token.
Lo schema è identico a quello di previsione del modello di testo, anche per i modelli non testuali, come i modelli di chat o i modelli Codey.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce |
Tipo |
Description |
int |
|
getInstancesList()
public List<Value> getInstancesList()
Obbligatorio. Le istanze che costituiscono l'input della chiamata API per il calcolo del token.
Lo schema è identico a quello di previsione del modello di testo, anche per i modelli non testuali, come i modelli di chat o i modelli Codey.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
getInstancesOrBuilder(int index)
public ValueOrBuilder getInstancesOrBuilder(int index)
Obbligatorio. Le istanze che costituiscono l'input della chiamata API per il calcolo del token.
Lo schema è identico a quello di previsione del modello di testo, anche per i modelli non testuali, come i modelli di chat o i modelli Codey.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
Parametro |
Nome |
Description |
index |
int
|
getInstancesOrBuilderList()
public List<? extends ValueOrBuilder> getInstancesOrBuilderList()
Obbligatorio. Le istanze che costituiscono l'input della chiamata API per il calcolo del token.
Lo schema è identico a quello di previsione del modello di testo, anche per i modelli non testuali, come i modelli di chat o i modelli Codey.
repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];
Restituisce |
Tipo |
Description |
List<? extends com.google.protobuf.ValueOrBuilder> |
|
getParserForType()
public Parser<ComputeTokensRequest> getParserForType()
Sostituzioni
getSerializedSize()
public int getSerializedSize()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
hashCode()
Restituisce |
Tipo |
Description |
int |
|
Sostituzioni
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
newBuilderForType()
public ComputeTokensRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ComputeTokensRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Sostituzioni
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Restituisce |
Tipo |
Description |
Object |
|
Sostituzioni
toBuilder()
public ComputeTokensRequest.Builder toBuilder()
writeTo(output di CodedOutputStream)
public void writeTo(CodedOutputStream output)
Sostituzioni