Class GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileInputSource
Inlined file source.
Declaration
[JsonProperty("fileInputSource")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource FileInputSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource |
GcsInputSource
Cloud Storage file source.
Declaration
[JsonProperty("gcsInputSource")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource GcsInputSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource |