Class TranslationModelMetadata
Model metadata that is specific to translation.
Inheritance
System.Object
TranslationModelMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class TranslationModelMetadata : IMessage<TranslationModelMetadata>, IEquatable<TranslationModelMetadata>, IDeepCloneable<TranslationModelMetadata>, IBufferMessage, IMessage
Constructors
TranslationModelMetadata()
Declaration
public TranslationModelMetadata()
TranslationModelMetadata(TranslationModelMetadata)
Declaration
public TranslationModelMetadata(TranslationModelMetadata other)
Parameters
Type | Name | Description |
---|---|---|
TranslationModelMetadata | other |
Properties
BaseModel
The resource name of the model to use as a baseline to train the custom
model. If unset, we use the default base model provided by Google
Translate. Format:
projects/{project_id}/locations/{location_id}/models/{model_id}
Declaration
public string BaseModel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceLanguageCode
Output only. Inferred from the dataset. The source language (The BCP-47 language code) that is used for training.
Declaration
public string SourceLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetLanguageCode
Output only. The target language (The BCP-47 language code) that is used for training.
Declaration
public string TargetLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |