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 pertains to the `ExportDataRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.2.0."],["`ExportDataRequest` is a class used for requesting the export of data, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ExportDataRequest` class has two constructors, one default and another that takes another `ExportDataRequest` instance as a parameter."],["The `ExportDataRequest` class contains properties like `DatasetName`, `Name`, and `OutputConfig`, each with specific types and descriptions."],["The webpage also contains links to other available version numbers for this request, with 3.4.0 being the latest version."]]],[]]