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 documentation is for the `GetAnnotatedDatasetRequest` class within the Google Cloud Data Labeling v1beta1 API, with the latest version being 2.0.0-beta05."],["`GetAnnotatedDatasetRequest` is a request message used to retrieve an annotated dataset, and it inherits from the `object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes a `GetAnnotatedDatasetRequest` object as a parameter for copying."],["The `GetAnnotatedDatasetRequest` class has two main properties: `AnnotatedDatasetName` of type `AnnotatedDatasetName` and `Name` which is a required string representing the resource name of the annotated dataset to be retrieved."],["The `GetAnnotatedDatasetRequest` class documentation is located in the `Google.Cloud.DataLabeling.V1Beta1` namespace and is part of the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]