public sealed class ImportDataOperationResponse : IMessage<ImportDataOperationResponse>, IEquatable<ImportDataOperationResponse>, IDeepCloneable<ImportDataOperationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImportDataOperationResponse.
Response used for ImportData 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 `ImportDataOperationResponse` class is part of the Data Labeling v1beta1 API within the `Google.Cloud.DataLabeling.V1Beta1` namespace and is used for long-running `ImportData` operations."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cImportDataOperationResponse\u003e`, `IDeepCloneable\u003cImportDataOperationResponse\u003e`, and `IBufferMessage`."],["It contains properties like `Dataset`, `ImportCount`, and `TotalCount`, providing details about the imported dataset name, the number of successfully imported examples, and the total number of examples requested for import, respectively."],["There are two constructors available: a default one, and another to initialize the class based on an existing `ImportDataOperationResponse` object."],["There are three versions of the API listed here, with version `2.0.0-beta05` being the most recent."]]],[]]