public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GetDatasetRequest.
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 the `GetDatasetRequest` class within the Google AutoML v1 API is 3.4.0, while the current page focuses on version 3.1.0."],["The `GetDatasetRequest` class is a request message used to retrieve a specific dataset via the `AutoMl.GetDataset` method within the Google AutoML v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetDatasetRequest\u003e`, `IDeepCloneable\u003cGetDatasetRequest\u003e`, and `IBufferMessage`, and also inherits from the `Object` class."],["`GetDatasetRequest` has two constructors, a default one, and another that copies an existing `GetDatasetRequest` object."],["The class has a `DatasetName` and `Name` property, where `Name` represents the resource name of the dataset to retrieve."]]],[]]