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."],[[["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."]]],[]]