public sealed class ExportDataOperationMetadata : IMessage<ExportDataOperationMetadata>, IEquatable<ExportDataOperationMetadata>, IDeepCloneable<ExportDataOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ExportDataOperationMetadata.
[[["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 `ExportDataOperationMetadata` class in the Google Cloud Data Labeling v1beta1 API provides metadata for an export data operation, which is available in the latest version 2.0.0-beta05, as well as older versions."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as containing various properties like `CreateTime`, `Dataset`, and `PartialFailures`."],["The `ExportDataOperationMetadata` class includes constructors for creating new instances, either empty or based on another `ExportDataOperationMetadata` object."],["The `Dataset` property, which is of type string, represents the name of the dataset being exported, formatted as \"projects/*/datasets/*\"."],["The `PartialFailures` property is of type `RepeatedField` containing a collection of `Status` objects, and it provides information about any partial failures during the export process."]]],[]]