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.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Lo schema viene utilizzato per definire il formato dei dati di input/output. Rappresenta un sottoinsieme selezionato di un oggetto schema OpenAPI 3.0. In futuro è possibile aggiungere altri campi in base alle necessità.
[[["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 FunctionDeclarationSchemaProperty (1.0.0)\n\nSchema is used to define the format of input/output data. Represents a select subset of an OpenAPI 3.0 schema object. More fields may be added in the future as needed.\n\nPackage\n-------\n\n[@google-cloud/vertexai](../overview.html)\n\nProperties\n----------\n\n### description\n\n description?: string;\n\nOptional. The description of the property.\n\n### enum\n\n enum?: string[];\n\nOptional. The enum of the property.\n\n### example\n\n example?: unknown;\n\nOptional. The example of the property.\n\n### format\n\n format?: string;\n\nOptional. The format of the property.\n\n### items\n\n items?: FunctionDeclarationSchema;\n\nOptional. The items of the property. [FunctionDeclarationSchema](/vertex-ai/generative-ai/docs/reference/nodejs/1.0.0/vertexai/functiondeclarationschema)\n\n### nullable\n\n nullable?: boolean;\n\nOptional. Whether the property is nullable.\n\n### properties\n\n properties?: {\n [k: string]: FunctionDeclarationSchema;\n };\n\nOptional. Map of [FunctionDeclarationSchema](/vertex-ai/generative-ai/docs/reference/nodejs/1.0.0/vertexai/functiondeclarationschema).\n\n### required\n\n required?: string[];\n\nOptional. Array of required property.\n\n### type\n\n type?: FunctionDeclarationSchemaType;\n\nOptional. The type of the property. [FunctionDeclarationSchemaType](/vertex-ai/generative-ai/docs/reference/nodejs/1.0.0/vertexai/functiondeclarationschematype)."]]