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, which is found within the Google Cloud AutoML V1 library, specifically in version 2.5.0."],["The `TranslationDatasetMetadata` class provides metadata specifically for translation datasets, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and one that takes another `TranslationDatasetMetadata` object as a parameter."],["Key properties of this class include `SourceLanguageCode` and `TargetLanguageCode`, both of which are required and represent the BCP-47 language codes for the source and target languages respectively, with a data type of string."],["This page lists different version of the library, with 3.4.0 being the latest, that contains `TranslationDatasetMetadata`."]]],[]]