Interface InlineDataPart (0.4.0)

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. {never} - [functionResponse]. functionResponse is not expected for InlineDataPart. {never} - [functionCall]. functionCall is not expected for InlineDataPart.

Inheritance

BasePart > InlineDataPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse?: never;

inline_data

inline_data: GenerativeContentBlob;

text

text?: never;