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."],[[["This page details the `GetDatasetRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for requesting a dataset from AutoMl."],["The latest version of this request class is `3.4.0`, with multiple previous versions available for reference, down to version `2.2.0`."],["`GetDatasetRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and protocol buffers."],["The class has properties such as `DatasetName` and `Name` to define the dataset being requested, with the `Name` property being a required field, representing the resource name of the dataset."],["The `GetDatasetRequest` has two constructors: a default parameterless constructor and one that takes in another `GetDatasetRequest` as a parameter."]]],[]]