Interface InlineDataPart (0.2.1)

An inline data part of a conversation with the model. {never} - [text]. text is not expected for InlineDataPart. {GenerativeContentBlob} - inline_data. Only this property is expected for InlineDataPart. GenerativeContentBlob {never} - [file_data]. file_data is not expected for InlineDataPart.

Inheritance

BasePart > InlineDataPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

inline_data

inline_data: GenerativeContentBlob;

text

text?: never;