public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage
Request message for [AutoMl.GetDataset][google.cloud.automl.v1.AutoMl.GetDataset].
[[["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."],[[["The `GetDatasetRequest` class is a request message used to retrieve a dataset via the `AutoMl.GetDataset` method in version 2.2.0 of the Google.Cloud.AutoML.V1 package."],["This class inherits from `Object` and implements the `IMessage`, `IEquatable\u003cGetDatasetRequest\u003e`, `IDeepCloneable\u003cGetDatasetRequest\u003e`, and `IBufferMessage` interfaces, allowing for functionalities such as deep cloning and message handling."],["The `GetDatasetRequest` class has two constructors and includes properties like `DatasetName` and `Name`, where `Name` represents the resource name of the dataset being requested, and `DatasetName` provides a strongly typed view over that `Name`."],["The latest version of `GetDatasetRequest` available is 3.4.0, with several earlier versions back to 2.2.0 all being documented and available for use."]]],[]]