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."],[[["This page provides reference documentation for the `ImportDataOperationResponse` class within the Google Cloud Data Labeling v1beta1 API, version 2.0.0-beta04."],["`ImportDataOperationResponse` is a class used to represent the response of a long-running operation for importing data, inheriting from the base `object` class and implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has constructors for creating instances, including one that takes another `ImportDataOperationResponse` object as input."],["Key properties of the `ImportDataOperationResponse` class include `Dataset`, which represents the name of the imported dataset, and `ImportCount` and `TotalCount`, which represent the number of successfully imported examples and total number of examples requested to import, respectively."],["The Latest version available for this class is 2.0.0-beta05, while version 1.0.0-beta03 is also available."]]],[]]