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 of the `GetDatasetRequest` documentation is 3.4.0, with the provided content focusing on version 2.4.0."],["`GetDatasetRequest` is a message class used for retrieving a dataset, as part of the `Google.Cloud.AutoML.V1` namespace, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes properties like `DatasetName` and `Name`, which are used for specifying the dataset to be retrieved."],["The `GetDatasetRequest` class has two constructors, a default one, and another one taking another `GetDatasetRequest` as a parameter."]]],[]]