public sealed class GetAnnotatedDatasetRequest : IMessage<GetAnnotatedDatasetRequest>, IEquatable<GetAnnotatedDatasetRequest>, IDeepCloneable<GetAnnotatedDatasetRequest>, 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."],[[["`GetAnnotatedDatasetRequest` is a request message used to retrieve an annotated dataset in the Google Cloud Data Labeling API, specifically in the `V1Beta1` version."],["This class, part of the `Google.Cloud.DataLabeling.V1Beta1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `Object` class and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has properties `AnnotatedDatasetName`, which provides a typed view of the resource name, and `Name`, which holds the required format of the annotated dataset's name."],["Constructors for `GetAnnotatedDatasetRequest` allow for creating a new instance or copying from an existing `GetAnnotatedDatasetRequest`."]]],[]]