public sealed class CreateDatasetRequest : IMessage<CreateDatasetRequest>, IEquatable<CreateDatasetRequest>, IDeepCloneable<CreateDatasetRequest>, IBufferMessage, IMessage
Request message for [AutoMl.CreateDataset][google.cloud.automl.v1.AutoMl.CreateDataset].
[[["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 `CreateDatasetRequest` is 3.4.0, with various other versions available, including 2.2.0."],["`CreateDatasetRequest` is a request message used for creating a dataset within the Google Cloud AutoML V1 service, which is made apparent by the AutoML.CreateDataset function."],["This class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Dataset`, `Parent`, and `ParentAsLocationName`, which are used to specify the dataset to be created and its location within the project."],["It provides two constructors, one default and another that accepts a `CreateDatasetRequest` parameter for creating copies."]]],[]]