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-25 UTC."],[[["The `GetDatasetRequest` class is part of the Cloud AI Platform v1beta1 API, serving as a request message for retrieving dataset information via `DatasetService.GetDataset`."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["It includes properties like `DatasetName`, `Name`, and `ReadMask`, which are used to specify the dataset to be retrieved and the fields to be read, which are essential for tailoring the dataset retrieval process."],["The class has two constructors: a default constructor and another that accepts another `GetDatasetRequest` object, allowing for initialization and cloning."],["The `GetDatasetRequest` class's latest version is `1.0.0-beta21`, while the information on the webpage corresponds to version `1.0.0-beta09`."]]],[]]