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."],[[["This document provides reference documentation for the `GetDatasetRequest` class within the Google AutoML v1 API, specifically for version 3.3.0."],["`GetDatasetRequest` is a request message used to retrieve a dataset from the AutoML API, and it inherits from the `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatasetRequest` class includes properties like `DatasetName` (a typed view of the dataset's name) and `Name` (the resource name of the dataset), both essential for identifying the dataset to be retrieved."],["There are multiple versions of this documentation available, ranging from version 2.2.0 to the latest 3.4.0, with version 3.3.0 being the currently displayed one."],["The `GetDatasetRequest` class has two constructors, one default and one to initialize from another `GetDatasetRequest` instance."]]],[]]