Class GoogleCloudAiplatformV1Blob
A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Blob : IDirectResponseSchema
Properties
Data
Required. The raw bytes of the data.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field
is only returned in PromptMessage for prompt management. It is used in the Gemini calls only when
server-side tools (code_execution, google_search, and url_context) are enabled.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Required. The IANA standard MIME type of the source data.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |