Interface FileDataPart (0.2.1)

A file data part of a conversation with the model. {never} - [text]. text is not expected for FileDataPart. {never} - [inline_data]. inline_data is not expected for FileDataPart. {FileData} - file_data. Only this property is expected for FileDataPart. FileData

Inheritance

BasePart > FileDataPart

Package

@google-cloud/vertexai

Properties

file_data

file_data: FileData;

inline_data

inline_data?: never;

text

text?: never;