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."],[[["This webpage details the `CreateDatasetRequest` class, which is used to request the creation of a dataset in Google Cloud AutoML V1, version 2.4.0."],["The `CreateDatasetRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDatasetRequest` class has two constructors, a default one and another that accepts another `CreateDatasetRequest` as a parameter, and it has properties for the `Dataset` to be created and the `Parent` project resource name."],["The `ParentAsLocationName` property provides a LocationName-typed view of the Parent resource name property."],["The provided content has links to nine different versions, from 3.4.0 to 2.2.0, to be used for the `CreateDatasetRequest`."]]],[]]