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.4.0."],["`ExportDataRequest` is a sealed class used to send requests for exporting data within the AutoML service, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows the specification of a `DatasetName` and `OutputConfig` for defining the source and destination of the data being exported."],["The `ExportDataRequest` class has two constructors: a default constructor and one that accepts another `ExportDataRequest` instance as a parameter."],["The `ExportDataRequest` class have required parameters `Name` and `OutputConfig`, defining the resource name of the data set and the location where it will be exported."]]],[]]