Interface CountTokensRequestOrBuilder (1.3.0)

public interface CountTokensRequestOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

getContents(int index)

public abstract Content getContents(int index)

Obbligatorio. Inserisci i contenuti.

repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = REQUIRED];

Parametro
Nome Description
index int
Restituisce
Tipo Description
Content

getContentsCount()

public abstract int getContentsCount()

Obbligatorio. Inserisci i contenuti.

repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
int

getContentsList()

public abstract List<Content> getContentsList()

Obbligatorio. Inserisci i contenuti.

repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
List<Content>

getContentsOrBuilder(int index)

public abstract ContentOrBuilder getContentsOrBuilder(int index)

Obbligatorio. Inserisci i contenuti.

repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = REQUIRED];

Parametro
Nome Description
index int
Restituisce
Tipo Description
ContentOrBuilder

getContentsOrBuilderList()

public abstract List<? extends ContentOrBuilder> getContentsOrBuilderList()

Obbligatorio. Inserisci i contenuti.

repeated .google.cloud.vertexai.v1.Content contents = 4 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
List<? extends com.google.cloud.vertexai.api.ContentOrBuilder>

getEndpoint()

public abstract String getEndpoint()

Obbligatorio. Il nome dell'endpoint per cui è stato richiesto il conteggio dei token. Formato: projects/{project}/locations/{location}/endpoints/{endpoint}

string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Restituisce
Tipo Description
String

L'endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

Obbligatorio. Il nome dell'endpoint per cui è stato richiesto il conteggio dei token. Formato: projects/{project}/locations/{location}/endpoints/{endpoint}

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 abstract Value getInstances(int index)

Obbligatorio. Le istanze che costituiscono l'input della chiamata di conteggio dei token. Lo schema è identico a quello di previsione del modello sottostante.

repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parametro
Nome Description
index int
Restituisce
Tipo Description
Value

getInstancesCount()

public abstract int getInstancesCount()

Obbligatorio. Le istanze che costituiscono l'input della chiamata di conteggio dei token. Lo schema è identico a quello di previsione del modello sottostante.

repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
int

getInstancesList()

public abstract List<Value> getInstancesList()

Obbligatorio. Le istanze che costituiscono l'input della chiamata di conteggio dei token. Lo schema è identico a quello di previsione del modello sottostante.

repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
List<Value>

getInstancesOrBuilder(int index)

public abstract ValueOrBuilder getInstancesOrBuilder(int index)

Obbligatorio. Le istanze che costituiscono l'input della chiamata di conteggio dei token. Lo schema è identico a quello di previsione del modello sottostante.

repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parametro
Nome Description
index int
Restituisce
Tipo Description
ValueOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends ValueOrBuilder> getInstancesOrBuilderList()

Obbligatorio. Le istanze che costituiscono l'input della chiamata di conteggio dei token. Lo schema è identico a quello di previsione del modello sottostante.

repeated .google.protobuf.Value instances = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
List<? extends com.google.protobuf.ValueOrBuilder>

getModel()

public abstract String getModel()

Obbligatorio. Il nome del modello del publisher richiesto per fornire la previsione. Formato: projects/{project}/locations/{location}/publishers/*/models/*

string model = 3 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
String

Il modello.

getModelBytes()

public abstract ByteString getModelBytes()

Obbligatorio. Il nome del modello del publisher richiesto per fornire la previsione. Formato: projects/{project}/locations/{location}/publishers/*/models/*

string model = 3 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
ByteString

I byte per il modello.