public sealed class ExportDataOperationResponse : IMessage<ExportDataOperationResponse>, IEquatable<ExportDataOperationResponse>, IDeepCloneable<ExportDataOperationResponse>, IBufferMessage, IMessage
Response used for ExportDataset longrunning operation.
[[["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 `ExportDataOperationResponse` class is used for long-running operations related to exporting datasets and is found within the `Google.Cloud.DataLabeling.V1Beta1` namespace."],["This class provides information about dataset export operations, including the dataset name, the number of examples exported successfully, label statistics, output configurations, and the total number of examples requested for export."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, having inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors, one default and one to create a copy using another `ExportDataOperationResponse` object."],["There are 5 properties that provide information about the export operation, `Dataset`, `ExportCount`, `LabelStats`, `OutputConfig` and `TotalCount`."]]],[]]