Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationPrompt

Prompt variation for Translation use case.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationPrompt
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationPrompt : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Example

The translation example.

Declaration
[JsonProperty("example")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationExample Example { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationExample

Option

The translation option.

Declaration
[JsonProperty("option")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationOption Option { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationOption

PromptMessage

The prompt message.

Declaration
[JsonProperty("promptMessage")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecPromptMessage PromptMessage { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecPromptMessage

SourceLanguageCode

The source language code.

Declaration
[JsonProperty("sourceLanguageCode")]
public virtual string SourceLanguageCode { get; set; }
Property Value
Type Description
string

TargetLanguageCode

The target language code.

Declaration
[JsonProperty("targetLanguageCode")]
public virtual string TargetLanguageCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX