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."],[[["This documentation covers the `CreateDatasetRequest` class within the Google AutoML v1 API, specifically version 3.2.0, used for creating datasets in the AutoML service."],["The `CreateDatasetRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It features two constructors, a default constructor and one that allows cloning an existing `CreateDatasetRequest` object."],["The `CreateDatasetRequest` class includes properties for specifying the dataset to be created (`Dataset`), the parent project's resource name (`Parent`), and a typed view of the parent location name (`ParentAsLocationName`)."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is contained in the `Google.Cloud.AutoML.V1.dll` assembly, with links to documentation for other versions."]]],[]]