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 FunctionCallPart (0.5.0)\n\nA function call part of a conversation with the model. \n\nInheritance\n-----------\n\n[BasePart](/vertex-ai/generative-ai/docs/reference/nodejs/0.5.0/vertexai/basepart) \\\u003e FunctionCallPart\n\nPackage\n-------\n\n[@google-cloud/vertexai](../overview.html)\n\nProperties\n----------\n\n### file_data\n\n file_data?: never;\n\nfile_data is not expected for FunctionCallPart.\n\n### functionCall\n\n functionCall: FunctionCall;\n\nOnly this property is expected for FunctionCallPart.\n\n### functionResponse\n\n functionResponse?: never;\n\nfunctionResponse is not expected for FunctionCallPart.\n\n### inline_data\n\n inline_data?: never;\n\ninline_data is not expected for FunctionCallPart.\n\n### text\n\n text?: never;\n\ntext is not expected for FunctionCallPart."]]