Interface protos.google.cloud.aiplatform.v1beta1.IFunctionCall (6.4.0)

Properties of a FunctionCall.

Package

@google-cloud/aiplatform

Properties

args

args?: (google.protobuf.IStruct|null);

FunctionCall args

id

id?: (string|null);

FunctionCall id

name

name?: (string|null);

FunctionCall name

partialArgs

partialArgs?: (google.cloud.aiplatform.v1beta1.IPartialArg[]|null);

FunctionCall partialArgs

willContinue

willContinue?: (boolean|null);

FunctionCall willContinue