Interface FileDataPart (1.1.0)

A file data part of a conversation with the model.

Inheritance

BasePart > FileDataPart

Package

@google-cloud/vertexai

Properties

fileData

fileData: FileData;

Only this property is expected for FileDataPart.

functionCall

functionCall?: never;

functionCall is not expected for FileDataPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for FileDataPart.

inlineData

inlineData?: never;

inlineData is not expected for FileDataPart.

text

text?: never;

text is not expected for FileDataPart.