public sealed class GetAnnotatedDatasetRequest : IMessage<GetAnnotatedDatasetRequest>, IEquatable<GetAnnotatedDatasetRequest>, IDeepCloneable<GetAnnotatedDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetAnnotatedDatasetRequest.
[[["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 document provides reference documentation for the `GetAnnotatedDatasetRequest` class within the Data Labeling v1beta1 API, specifically version 2.0.0-beta04."],["`GetAnnotatedDatasetRequest` is a request message used to retrieve an annotated dataset and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAnnotatedDatasetRequest` class has two constructors: a default constructor and one that takes another `GetAnnotatedDatasetRequest` object as a parameter."],["The class includes properties such as `AnnotatedDatasetName` and `Name`, where `Name` is a required field specifying the full resource name of the annotated dataset to be retrieved."],["The document also lists inherited members from the base `object` class, which includes `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]