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 webpage details the `GetDatasetRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for requesting a dataset from AutoMl."],["The `GetDatasetRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, one being parameter-less and one allowing you to specify another `GetDatasetRequest` to use as a base."],["The class has two properties: `DatasetName` which gives you a typed view of the resource name, and `Name` which is the string resource name of the dataset you want to retrieve."],["The webpage contains documentation for `GetDatasetRequest` across many versions, from 2.2.0 to the latest 3.4.0."]]],[]]