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 designed for handling dataset metadata specific to translation within the Google Cloud AutoML V1 library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The latest version available is 3.4.0, with multiple historical versions ranging from 2.2.0 to 3.3.0 also listed, indicating the ability to track changes across versions."],["The class's properties include `SourceLanguageCode` and `TargetLanguageCode`, both of which are strings and required for defining the languages involved in the translation process."]]],[]]