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 content focuses on the `ExportDataRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.6.0 of the library."],["`ExportDataRequest` is a class used to request the export of data from AutoMl and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatasetName`, `Name`, and `OutputConfig`, which are essential for configuring the data export."],["There are multiple versions of the library available, with version 3.4.0 being the latest, and links to the documentation of each one are available."],["The `ExportDataRequest` class has a constructor, `ExportDataRequest()`, and an overloaded constructor, `ExportDataRequest(ExportDataRequest other)`, that takes an existing `ExportDataRequest` as a parameter."]]],[]]