public sealed class AdaptiveMtDataset : IMessage<AdaptiveMtDataset>, IEquatable<AdaptiveMtDataset>, IDeepCloneable<AdaptiveMtDataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtDataset.
An Adaptive MT Dataset.
Implements
IMessageAdaptiveMtDataset, IEquatableAdaptiveMtDataset, IDeepCloneableAdaptiveMtDataset, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
AdaptiveMtDataset()
public AdaptiveMtDataset()
AdaptiveMtDataset(AdaptiveMtDataset)
public AdaptiveMtDataset(AdaptiveMtDataset other)
Parameter | |
---|---|
Name | Description |
other |
AdaptiveMtDataset |
Properties
AdaptiveMtDatasetName
public AdaptiveMtDatasetName AdaptiveMtDatasetName { get; set; }
AdaptiveMtDatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AdaptiveMtDatasetName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this dataset was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
Property Value | |
---|---|
Type | Description |
string |
ExampleCount
public int ExampleCount { get; set; }
The number of examples in the dataset.
Property Value | |
---|---|
Type | Description |
int |
Name
public string Name { get; set; }
Required. The resource name of the dataset, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}
Property Value | |
---|---|
Type | Description |
string |
SourceLanguageCode
public string SourceLanguageCode { get; set; }
The BCP-47 language code of the source language.
Property Value | |
---|---|
Type | Description |
string |
TargetLanguageCode
public string TargetLanguageCode { get; set; }
The BCP-47 language code of the target language.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this dataset was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |