Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ResponseFormat

Configuration for the model to configure output formatting and delivery.

Inheritance
object
GoogleCloudAiplatformV1ResponseFormat
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX