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-04-09 UTC."],[[["This documentation details the `GetDatasetRequest` class within the Google Cloud AI Platform v1beta1 API, used for requesting dataset information."],["`GetDatasetRequest` is a sealed class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances, including a default constructor and one that takes another `GetDatasetRequest` as a parameter."],["Key properties of the `GetDatasetRequest` class include `DatasetName` for a typed view of the resource name, `Name` to specify the dataset resource name, and `ReadMask` for specifying fields to be read."],["The `GetDatasetRequest` is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, available in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]