Google Cloud Translation v3 API - Class AdaptiveMtDataset (3.6.0)

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.

Inheritance

object > AdaptiveMtDataset

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

AdaptiveMtDataset()

public AdaptiveMtDataset()

AdaptiveMtDataset(AdaptiveMtDataset)

public AdaptiveMtDataset(AdaptiveMtDataset other)
Parameter
NameDescription
otherAdaptiveMtDataset

Properties

AdaptiveMtDatasetName

public AdaptiveMtDatasetName AdaptiveMtDatasetName { get; set; }

AdaptiveMtDatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
AdaptiveMtDatasetName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this dataset was created.

Property Value
TypeDescription
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
TypeDescription
string

ExampleCount

public int ExampleCount { get; set; }

The number of examples in the dataset.

Property Value
TypeDescription
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
TypeDescription
string

SourceLanguageCode

public string SourceLanguageCode { get; set; }

The BCP-47 language code of the source language.

Property Value
TypeDescription
string

TargetLanguageCode

public string TargetLanguageCode { get; set; }

The BCP-47 language code of the target language.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this dataset was last updated.

Property Value
TypeDescription
Timestamp