public sealed class CreateDatasetRequest : IMessage<CreateDatasetRequest>, IEquatable<CreateDatasetRequest>, IDeepCloneable<CreateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class CreateDatasetRequest.
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."],[[["The `CreateDatasetRequest` class is part of the Google AutoML v1 API, designed for creating datasets."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation for this class is 3.4.0, and older version documentations are available down to version 2.2.0."],["The `CreateDatasetRequest` class has properties for `Dataset`, `Parent`, and `ParentAsLocationName`, which are used to specify the dataset details and project location."],["This class has two constructors, a default constructor, and a copy constructor, to facilitate the creation of `CreateDatasetRequest` objects."]]],[]]