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-04-17 UTC."],[[["The `CreateDatasetRequest` class is used to create a request for the `AutoMl.CreateDataset` method in the Google Cloud AutoML V1 API."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionality."],["The `CreateDatasetRequest` class has properties for `Dataset`, `Parent`, and `ParentAsLocationName`, which are required to specify the dataset to create and the project location."],["There are multiple versions available for the `CreateDatasetRequest`, with the most recent version being 3.4.0, however the current documentation is for version 2.6.0."],["`CreateDatasetRequest` has a constructor with no parameters and a constructor which takes another `CreateDatasetRequest` as a parameter."]]],[]]