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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `CreateDatasetRequest` class within the Google.Cloud.AutoML.V1 namespace, specifically version 3.0.0 of the library."],["`CreateDatasetRequest` is a request message used for the `AutoMl.CreateDataset` function, designed to create a new dataset."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateDatasetRequest` class include `Dataset` (the dataset to be created), `Parent` (the project resource name for the new dataset), and `ParentAsLocationName` (a `LocationName`-typed representation of the `Parent`)."],["The document contains a list of older versions, all the way to 2.2.0, and version 3.4.0 is the latest."]]],[]]