Class GoogleCloudAiplatformV1ResponseFormat
Configuration for the model to configure output formatting and delivery.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ResponseFormat : IDirectResponseSchema
Properties
Audio
Audio output format.
Declaration
[JsonProperty("audio")]
public virtual GoogleCloudAiplatformV1AudioResponseFormat Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1AudioResponseFormat |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
Image output format.
Declaration
[JsonProperty("image")]
public virtual GoogleCloudAiplatformV1ImageResponseFormat Image { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1ImageResponseFormat |
Text
Text output format.
Declaration
[JsonProperty("text")]
public virtual GoogleCloudAiplatformV1TextResponseFormat Text { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1TextResponseFormat |
Video
Video output format.
Declaration
[JsonProperty("video")]
public virtual GoogleCloudAiplatformV1VideoResponseFormat Video { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1VideoResponseFormat |