Class GoogleCloudAiplatformV1beta1TextResponseFormat
Configuration for text-specific output formatting.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1TextResponseFormat : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Optional. The IANA standard MIME type of the response.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Schema
Optional. The JSON schema that the output should conform to. Only applicable when mime_type is APPLICATION_JSON.
Declaration
[JsonProperty("schema")]
public virtual object Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| object |