Class GoogleCloudAiplatformV1beta1Chunk
Container for bytes-encoded data such as video frame, audio sample, or a complete binary/text data.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Chunk : IDirectResponseSchema
Properties
Data
Required. The data in the chunk.
Declaration
[JsonProperty("data")]
public virtual string Data { 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 |
Metadata
Optional. Metadata that is associated with the data in the payload.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudAiplatformV1beta1Metadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1Metadata |
MimeType
Required. Mime type of the chunk data. See https://www.iana.org/assignments/media-types/media-types.xhtml for the full list.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |