Interface protos.google.cloud.aiplatform.v1.IFunctionDeclaration (5.14.0)

Properties of a FunctionDeclaration.

Package

@google-cloud/aiplatform

Properties

description

description?: (string|null);

FunctionDeclaration description

name

name?: (string|null);

FunctionDeclaration name

parameters

parameters?: (google.cloud.aiplatform.v1.ISchema|null);

FunctionDeclaration parameters

parametersJsonSchema

parametersJsonSchema?: (google.protobuf.IValue|null);

FunctionDeclaration parametersJsonSchema

response

response?: (google.cloud.aiplatform.v1.ISchema|null);

FunctionDeclaration response

responseJsonSchema

responseJsonSchema?: (google.protobuf.IValue|null);

FunctionDeclaration responseJsonSchema