Class GoogleCloudAiplatformV1SchemaPromptSpecTranslationPrompt
Prompt variation for Translation use case.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPromptSpecTranslationPrompt : 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 GoogleCloudAiplatformV1SchemaPromptSpecTranslationExample Example { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecTranslationExample |
Option
The translation option.
Declaration
[JsonProperty("option")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecTranslationOption Option { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecTranslationOption |
PromptMessage
The prompt message.
Declaration
[JsonProperty("promptMessage")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage PromptMessage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage |
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 |