Class GoogleCloudAiplatformV1beta1ResponseFormat
Configuration for the model to configure output formatting and delivery.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1ResponseFormat : IDirectResponseSchema
Properties
Audio
Audio output format.
Declaration
[JsonProperty("audio")]
public virtual GoogleCloudAiplatformV1beta1AudioResponseFormat Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1AudioResponseFormat |
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 GoogleCloudAiplatformV1beta1ImageResponseFormat Image { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1ImageResponseFormat |
Text
Text output format.
Declaration
[JsonProperty("text")]
public virtual GoogleCloudAiplatformV1beta1TextResponseFormat Text { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1TextResponseFormat |
Video
Video output format.
Declaration
[JsonProperty("video")]
public virtual GoogleCloudAiplatformV1beta1VideoResponseFormat Video { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1VideoResponseFormat |