public sealed class GetDatasetRequest : IMessage<GetDatasetRequest>, IEquatable<GetDatasetRequest>, IDeepCloneable<GetDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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 latest version of the `GetDatasetRequest` class is 1.0.0-beta21, which is part of the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`GetDatasetRequest` is a request message for the `DatasetService.GetDataset` method within the Vertex AI v1beta1 API."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetDatasetRequest` has properties such as `DatasetName`, `Name` (a required string), and `ReadMask` (of type FieldMask), allowing for detailed control over dataset retrieval."],["The `GetDatasetRequest` has two constructors: a parameterless constructor and one that takes another instance of `GetDatasetRequest`."]]],[]]