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 latest version available for `GetDatasetRequest` is 3.4.0, with a series of previous versions accessible, including the current version 2.5.0."],["`GetDatasetRequest` is a request message for `AutoMl.GetDataset` and is derived from the `Object` class while also implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatasetRequest` class has two constructors: a parameterless constructor and one that accepts another `GetDatasetRequest` object as a parameter."],["This class includes two properties: `DatasetName`, which provides a typed view over the `Name` resource, and `Name`, which represents the required resource name of the dataset to be retrieved."]]],[]]