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-04-17 UTC."],[[["This webpage details the `GetDatasetRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for requesting a dataset from AutoML."],["The `GetDatasetRequest` class is version 2.3.0 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatasetRequest` class has two constructors, one default and one that accepts another `GetDatasetRequest` object as a parameter, and it contains two properties, `DatasetName` and `Name`."],["The `Name` property is required and represents the resource name of the dataset to be retrieved."],["The documentation also includes references to older versions of the documentation, and the latest version 3.4.0."]]],[]]