Interface InlineDataPart (0.5.0)

An inline data part of a conversation with the model.

Inheritance

BasePart > InlineDataPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

file_data is not expected for InlineDataPart.

functionCall

functionCall?: never;

functionCall is not expected for InlineDataPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for InlineDataPart.

inline_data

inline_data: GenerativeContentBlob;

Only this property is expected for InlineDataPart.

text

text?: never;

text is not expected for InlineDataPart.