A partire dal 29 aprile 2025, i modelli Gemini 1.5 Pro e Gemini 1.5 Flash non sono disponibili nei progetti che non li hanno mai utilizzati, inclusi i nuovi progetti. Per maggiori dettagli, vedi Versioni e ciclo di vita dei modelli.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-05-17 UTC."],[],[],null,["# Interface TokensInfoOrBuilder (1.0.0)\n\n public interface TokensInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getTokenIds(int index)\n\n public abstract long getTokenIds(int index)\n\nA list of token ids from the input.\n\n`repeated int64 token_ids = 2;`\n\n### getTokenIdsCount()\n\n public abstract int getTokenIdsCount()\n\nA list of token ids from the input.\n\n`repeated int64 token_ids = 2;`\n\n### getTokenIdsList()\n\n public abstract List\u003cLong\u003e getTokenIdsList()\n\nA list of token ids from the input.\n\n`repeated int64 token_ids = 2;`\n\n### getTokens(int index)\n\n public abstract ByteString getTokens(int index)\n\nA list of tokens from the input.\n\n`repeated bytes tokens = 1;`\n\n### getTokensCount()\n\n public abstract int getTokensCount()\n\nA list of tokens from the input.\n\n`repeated bytes tokens = 1;`\n\n### getTokensList()\n\n public abstract List\u003cByteString\u003e getTokensList()\n\nA list of tokens from the input.\n\n`repeated bytes tokens = 1;`"]]