public interface GroundingMetadataOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getGroundingAttributions(int index)
public abstract GroundingAttribution getGroundingAttributions(int index)
Facoltativo. Elenco delle attribuzioni di grounding.
repeated .google.cloud.vertexai.v1.GroundingAttribution grounding_attributions = 2 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
GroundingAttribution |
getGroundingAttributionsCount()
public abstract int getGroundingAttributionsCount()
Facoltativo. Elenco delle attribuzioni di grounding.
repeated .google.cloud.vertexai.v1.GroundingAttribution grounding_attributions = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
getGroundingAttributionsList()
public abstract List<GroundingAttribution> getGroundingAttributionsList()
Facoltativo. Elenco delle attribuzioni di grounding.
repeated .google.cloud.vertexai.v1.GroundingAttribution grounding_attributions = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
List<GroundingAttribution> |
getGroundingAttributionsOrBuilder(int index)
public abstract GroundingAttributionOrBuilder getGroundingAttributionsOrBuilder(int index)
Facoltativo. Elenco delle attribuzioni di grounding.
repeated .google.cloud.vertexai.v1.GroundingAttribution grounding_attributions = 2 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int |
Restituisce | |
---|---|
Tipo | Description |
GroundingAttributionOrBuilder |
getGroundingAttributionsOrBuilderList()
public abstract List<? extends GroundingAttributionOrBuilder> getGroundingAttributionsOrBuilderList()
Facoltativo. Elenco delle attribuzioni di grounding.
repeated .google.cloud.vertexai.v1.GroundingAttribution grounding_attributions = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
List<? extends com.google.cloud.vertexai.api.GroundingAttributionOrBuilder> |
getWebSearchQueries(int index)
public abstract String getWebSearchQueries(int index)
Facoltativo. Query di ricerca web per la successiva ricerca web.
repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int L'indice dell'elemento da restituire. |
Restituisce | |
---|---|
Tipo | Description |
String |
Le query webSearchQueries nell'indice specificato. |
getWebSearchQueriesBytes(int index)
public abstract ByteString getWebSearchQueriesBytes(int index)
Facoltativo. Query di ricerca web per la successiva ricerca web.
repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
Parametro | |
---|---|
Nome | Description |
index |
int L'indice del valore da restituire. |
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte delle query webSearch nell'indice specificato. |
getWebSearchQueriesCount()
public abstract int getWebSearchQueriesCount()
Facoltativo. Query di ricerca web per la successiva ricerca web.
repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio delle query di ricerca web. |
getWebSearchQueriesList()
public abstract List<String> getWebSearchQueriesList()
Facoltativo. Query di ricerca web per la successiva ricerca web.
repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente le query di ricerca web. |