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` is 3.4.0, with versions ranging down to 2.2.0 available for review."],["`ExportDataRequest` is a message used within the `AutoMl.ExportData` function for requesting data export and is part of the Google.Cloud.AutoML.V1 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The `ExportDataRequest` class has three main properties: `DatasetName`, `Name`, and `OutputConfig`, used for specifying the dataset to be exported and the desired output location."],["The class offers two constructors, one default and one for creating a new instance based on an existing `ExportDataRequest` object, with the second using the parameter `other`."]]],[]]