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."],[[["This document provides reference information for the `CreateDatasetRequest` class within the Google Cloud Translation v3 API for .NET, specifically version 3.8.0."],["`CreateDatasetRequest` is used to request the creation of a dataset and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties for specifying the dataset to be created (`Dataset`) and the project name (`Parent`), along with a `ParentAsLocationName` property for a typed view of the parent resource name."],["There are a range of prior versions of the same documentation available for this class, from version 2.2.0 to the latest 3.9.0, allowing users to navigate to previous iterations."],["The `CreateDatasetRequest` class can be constructed with no parameters, or a `CreateDatasetRequest` object can be passed as the parameter to its constructor."]]],[]]