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-04-17 UTC."],[[["The `ExportDataRequest` class is used to define a request for exporting data in the Google Cloud AutoML V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities within the .NET environment."],["It has two constructors, one default and one allowing you to clone another `ExportDataRequest` object."],["The `ExportDataRequest` class has properties to specify the dataset name and the desired output location, namely `DatasetName`, `Name` and `OutputConfig`."],["The class has multiple versioned documentation links, with version 3.4.0 being the latest and 2.2.0 being the oldest."]]],[]]