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."],[[["The `TranslationDatasetMetadata` class, found within the `Google.Cloud.AutoML.V1` namespace, is specifically designed to handle dataset metadata related to translation tasks."],["This class is version 2.4.0 and has been updated to version 3.4.0, with multiple other versions also being accessible."],["The `TranslationDatasetMetadata` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its wide capabilities."],["The class allows the setting of source and target languages through the properties `SourceLanguageCode` and `TargetLanguageCode`, respectively, using BCP-47 language codes."],["This class offers two constructors, the default constructor `TranslationDatasetMetadata()` and a copy constructor `TranslationDatasetMetadata(TranslationDatasetMetadata other)` which takes another `TranslationDatasetMetadata` as a parameter."]]],[]]