public sealed class CreateDatasetRequest : IMessage<CreateDatasetRequest>, IEquatable<CreateDatasetRequest>, IDeepCloneable<CreateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateDatasetRequest.
Request message for
[DatasetService.CreateDataset][google.cloud.aiplatform.v1beta1.DatasetService.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 is for the `CreateDatasetRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta04."],["`CreateDatasetRequest` is a request message used by the `DatasetService.CreateDataset` method for creating a new dataset."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and another that copies from an existing `CreateDatasetRequest` object, and it contains the properties Dataset, Parent, and ParentAsLocationName."],["The `CreateDatasetRequest` requires both the Dataset to be created, and the resource name of the location in which to create it, provided in the format `projects/{project}/locations/{location}`."]]],[]]