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, detailing its usage and properties."],["The `GetDatasetRequest` class is used to request a specific dataset from the AutoML API, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatasetRequest` class has two constructors: a default constructor and a constructor that takes another `GetDatasetRequest` object as a parameter."],["Key properties of `GetDatasetRequest` include `DatasetName`, which provides a typed view of the dataset's resource name, and `Name`, a string representing the resource name of the dataset to be retrieved."],["This class is available in the `Google.Cloud.AutoML.V1` namespace, which is a part of the `Google.Cloud.AutoML.V1.dll` assembly, with version 3.4.0 being the latest version and having available versions from 2.2.0 to 3.4.0."]]],[]]