public sealed class TranslationDatasetMetadata : IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TranslationDatasetMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 3.0.0, which is a part of the Google Cloud AutoML library designed for translation tasks."],["The `TranslationDatasetMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, enhancing its capabilities and compatibility within the .NET environment."],["The class provides two constructors: a default constructor and another that accepts a `TranslationDatasetMetadata` object, allowing for the creation of new instances and copies."],["The `TranslationDatasetMetadata` class contains properties, `SourceLanguageCode` and `TargetLanguageCode`, both of which require the BCP-47 language code to define the source and target languages for translation datasets."],["The latest available version for this documentation is 3.4.0, and there are links available for versions all the way back to 2.2.0."]]],[]]