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."],[[["This document provides reference information for the `ImportDataOperationMetadata` class within the Data Labeling v1beta1 API, specifically for the .NET environment, with the latest version being 2.0.0-beta05."],["The `ImportDataOperationMetadata` class, which inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, is used to manage the metadata of an `ImportData` operation."],["The class contains properties such as `CreateTime`, a timestamp indicating when the import request was made, `Dataset`, the name of the imported dataset, and `PartialFailures`, which lists any errors that occurred during import."],["Two constructors are available for `ImportDataOperationMetadata`: one default constructor, and one that takes another `ImportDataOperationMetadata` object as a parameter."],["The documentation includes inherited members, including `GetHashCode()`, `GetType()`, and `ToString()`, all of which are inherited from the base `object` class."]]],[]]