public sealed class CreateDatasetRequest : IMessage<CreateDatasetRequest>, IEquatable<CreateDatasetRequest>, IDeepCloneable<CreateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CreateDatasetRequest.
[[["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 is for the `CreateDatasetRequest` class within the Google Cloud Data Labeling v1beta1 API, with the latest version being 2.0.0-beta05."],["`CreateDatasetRequest` is used to send a request to create a dataset, which is confirmed by the section that describes the request message for the CreateDataset."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties like `Dataset` (the dataset to be created), `Parent` (the resource parent of the dataset), and `ParentAsProjectName` (a typed view of the parent resource name)."],["There are two constructors available: a default constructor and one that takes another `CreateDatasetRequest` instance as a parameter."]]],[]]