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 request the creation of a dataset in Google Cloud AutoML's version 1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET environment."],["The latest version available is `3.4.0`, and the provided information pertains to version `2.5.0`."],["The `CreateDatasetRequest` class has properties for setting the `Dataset` to be created and the `Parent` resource, which is the project name where the dataset will reside, represented as either a string or a `LocationName`."],["The `CreateDatasetRequest` class offers two constructors, one being parameterless and the other allowing for the creation of a new request by cloning another instance of `CreateDatasetRequest`."]]],[]]