public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Request message for [AutoMl.ExportData][google.cloud.automl.v1.AutoMl.ExportData].
[[["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 `ExportDataRequest` class is 3.4.0, with the content provided focusing on version 2.3.0."],["`ExportDataRequest` is a message class in the `Google.Cloud.AutoML.V1` namespace used for exporting data, and it inherits from the `Object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportDataRequest` class has two constructors, a default and another that accepts another `ExportDataRequest` as a parameter."],["The `ExportDataRequest` class contains properties `DatasetName`, `Name`, and `OutputConfig` for setting the dataset, resource name, and output configuration respectively, and they all have their descriptions."],["The `ExportDataRequest` class can be found in the `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]