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, designed for exporting data, and is available in multiple versions, with version 3.4.0 being the latest."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role within the Google.Protobuf framework."],["The `ExportDataRequest` class includes constructors for creating new instances, either blank or by cloning another `ExportDataRequest`, and has three properties: `DatasetName`, `Name`, and `OutputConfig`."],["The `Name` property is required and specifies the resource name of the dataset that the user wants to export."],["The class is found within the namespace `Google.Cloud.AutoML.V1` and is located within the `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]