public sealed class CreateDatasetRequest : IMessage<CreateDatasetRequest>, IEquatable<CreateDatasetRequest>, IDeepCloneable<CreateDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 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."],[[["The latest version of the `CreateDatasetRequest` class for the Google Cloud Translation v3 API is 3.9.0, and documentation is available for versions ranging from 2.2.0 to 3.9.0."],["`CreateDatasetRequest` is a request message used for creating a dataset, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating new instances, either empty or from an existing `CreateDatasetRequest` object, and it has properties for `Dataset`, `Parent`, and `ParentAsLocationName`."],["The `Dataset` property, of type `Dataset`, represents the dataset to be created, and the `Parent` property represents the required project name as a string or `LocationName`."]]],[]]