Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ResponseFormat

Configuration for the model to configure output formatting and delivery.

Inheritance
object
GoogleCloudAiplatformV1beta1ResponseFormat
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX