public sealed class ImportDataOperationMetadata : IMessage<ImportDataOperationMetadata>, IEquatable<ImportDataOperationMetadata>, IDeepCloneable<ImportDataOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImportDataOperationMetadata.
[[["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 `ImportDataOperationMetadata` class in the Google Cloud Data Labeling v1beta1 API provides metadata for an import data operation, which is available in the latest version 2.0.0-beta05 and previous versions like 2.0.0-beta04 and 1.0.0-beta03."],["This class, part of the `Google.Cloud.DataLabeling.V1Beta1` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `ImportDataOperationMetadata` include `CreateTime` which indicates when the import request was made, `Dataset` which stores the name of the imported dataset, and `PartialFailures` which lists any failures encountered during the operation."],["The `ImportDataOperationMetadata` class offers two constructors: a default constructor `ImportDataOperationMetadata()` and a copy constructor `ImportDataOperationMetadata(ImportDataOperationMetadata other)`."],["The `ImportDataOperationMetadata` is defined within the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]