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 of the `GetDatasetRequest` class in the Google AutoML v1 API is version 3.4.0."],["`GetDatasetRequest` is a request message used to retrieve a specific dataset from the AutoML service, as defined by the `AutoMl.GetDataset` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor that takes another `GetDatasetRequest` object as a parameter."],["The `GetDatasetRequest` class contains two properties, `DatasetName`, a strongly typed resource name property, and `Name`, a string representing the resource name of the dataset to be retrieved."]]],[]]