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 ExamplesOverrideOrBuilder (1.32.0)\n\n public interface ExamplesOverrideOrBuilder 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### getCrowdingCount()\n\n public abstract int getCrowdingCount()\n\nThe number of neighbors to return that have the same crowding tag.\n\n`int32 crowding_count = 2;`\n\n### getDataFormat()\n\n public abstract ExamplesOverride.DataFormat getDataFormat()\n\nThe format of the data being provided with each call.\n\n`.google.cloud.vertexai.v1.ExamplesOverride.DataFormat data_format = 5;`\n\n### getDataFormatValue()\n\n public abstract int getDataFormatValue()\n\nThe format of the data being provided with each call.\n\n`.google.cloud.vertexai.v1.ExamplesOverride.DataFormat data_format = 5;`\n\n### getNeighborCount()\n\n public abstract int getNeighborCount()\n\nThe number of neighbors to return.\n\n`int32 neighbor_count = 1;`\n\n### getRestrictions(int index)\n\n public abstract ExamplesRestrictionsNamespace getRestrictions(int index)\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n`repeated .google.cloud.vertexai.v1.ExamplesRestrictionsNamespace restrictions = 3;`\n\n### getRestrictionsCount()\n\n public abstract int getRestrictionsCount()\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n`repeated .google.cloud.vertexai.v1.ExamplesRestrictionsNamespace restrictions = 3;`\n\n### getRestrictionsList()\n\n public abstract List\u003cExamplesRestrictionsNamespace\u003e getRestrictionsList()\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n`repeated .google.cloud.vertexai.v1.ExamplesRestrictionsNamespace restrictions = 3;`\n\n### getRestrictionsOrBuilder(int index)\n\n public abstract ExamplesRestrictionsNamespaceOrBuilder getRestrictionsOrBuilder(int index)\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n`repeated .google.cloud.vertexai.v1.ExamplesRestrictionsNamespace restrictions = 3;`\n\n### getRestrictionsOrBuilderList()\n\n public abstract List\u003c? extends ExamplesRestrictionsNamespaceOrBuilder\u003e getRestrictionsOrBuilderList()\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n`repeated .google.cloud.vertexai.v1.ExamplesRestrictionsNamespace restrictions = 3;`\n\n### getReturnEmbeddings()\n\n public abstract boolean getReturnEmbeddings()\n\nIf true, return the embeddings instead of neighbors.\n\n`bool return_embeddings = 4;`"]]