public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetDatasetRequest.
Request message for
[DatasetService.GetDataset][google.cloud.aiplatform.v1beta1.DatasetService.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 `GetDatasetRequest` class is part of the Cloud AI Platform v1beta1 API and is used to request a specific dataset from the `DatasetService`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for data manipulation."],["It contains properties such as `DatasetName`, `Name`, and `ReadMask`, allowing specification of the dataset being requested, its name, and the fields to be read respectively."],["The class has two constructors: a parameterless one and one that accepts another `GetDatasetRequest` object for initialization."],["The `GetDatasetRequest` class inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class, which are common methods for object manipulation."]]],[]]