Interface InlineDataPart (1.1.0)

An inline data part of a conversation with the model.

Inheritance

BasePart > InlineDataPart

Package

@google-cloud/vertexai

Properties

fileData

fileData?: never;

fileData is not expected for InlineDataPart.

functionCall

functionCall?: never;

functionCall is not expected for InlineDataPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for InlineDataPart.

inlineData

inlineData: GenerativeContentBlob;

Only this property is expected for InlineDataPart.

text

text?: never;

text is not expected for InlineDataPart.