public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ExportDataRequest.
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 `ExportDataRequest` class is part of the Google AutoML v1 API and is used to structure requests for exporting data."],["This class is available in multiple versions, ranging from 2.2.0 to the latest release 3.4.0, with version 3.3.0 being the focus in the provided documentation."],["`ExportDataRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET ecosystem."],["The class has properties such as `DatasetName`, `Name`, and `OutputConfig`, which are crucial for defining the source and destination of the data export operation."],["The class contains two available constructors: one default constructor `ExportDataRequest()` and one that takes in another `ExportDataRequest` object as a parameter `ExportDataRequest(ExportDataRequest other)`."]]],[]]