Class GoogleCloudAiplatformV1SchemaPromptSpecTranslationExample
The translation example that contains reference sentences from various sources.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPromptSpecTranslationExample : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceSentencePairLists
The reference sentences from inline text.
Declaration
[JsonProperty("referenceSentencePairLists")]
public virtual IList<GoogleCloudAiplatformV1SchemaPromptSpecReferenceSentencePairList> ReferenceSentencePairLists { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaPromptSpecReferenceSentencePairList> |
ReferenceSentencesFileInputs
The reference sentences from file.
Declaration
[JsonProperty("referenceSentencesFileInputs")]
public virtual IList<GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput> ReferenceSentencesFileInputs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput> |