Schema for parameters passed to FunctionDeclaration.parameters.
Package
@google-cloud/vertexaiProperties
description
description?: string;Optional. Description of the parameter.
properties
properties: {
[k: string]: FunctionDeclarationSchemaProperty;
};The format of the parameter.
required
required?: string[];Optional. Array of required parameters.
type
type: SchemaType;The type of the parameter.