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 document provides reference documentation for the `CreateDatasetRequest` class within the Google AutoML v1 API, specifically version 3.3.0."],["`CreateDatasetRequest` is a request message used to create a dataset via the `AutoMl.CreateDataset` method."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `CreateDatasetRequest` class includes properties for setting the `Dataset` to create and the `Parent` project resource name, with support for a `LocationName`-typed view of the parent."],["The page offers links to previous versions of the documentation for `CreateDatasetRequest`, ranging from version 2.2.0 up to the current latest version of 3.4.0."]]],[]]