public sealed class ExportDataOperationResponse : IMessage<ExportDataOperationResponse>, IEquatable<ExportDataOperationResponse>, IDeepCloneable<ExportDataOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ExportDataOperationResponse.
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."],[[["This documentation details the `ExportDataOperationResponse` class within the Google Cloud Data Labeling v1beta1 API, focusing on its role in handling responses for long-running dataset export operations."],["The class is implemented as a sealed class, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and providing message functionality."],["It provides several properties, including `Dataset`, `ExportCount`, `LabelStats`, `OutputConfig`, and `TotalCount`, which offer information about the exported dataset, such as the dataset name, the number of examples exported, label statistics, output configurations, and total requested export count."],["There are two constructors, one parameterless, and one which allows for a copy of another `ExportDataOperationResponse` to be made, that can be used for instantiating `ExportDataOperationResponse` objects."],["The API is available in beta, with the latest version being 2.0.0-beta05, and there are older versions also available as 2.0.0-beta04, and 1.0.0-beta03."]]],[]]