public sealed class ImportDataResponse : IMessage<ImportDataResponse>, IEquatable<ImportDataResponse>, IDeepCloneable<ImportDataResponse>, IBufferMessage, IMessage
Response message for [DatasetService.ImportData][google.cloud.aiplatform.v1.DatasetService.ImportData].
[[["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 documentation for the `ImportDataResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically in version 2.2.0."],["`ImportDataResponse` is the response message for the `DatasetService.ImportData` method, used within the Google Cloud AI Platform."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The documentation includes a version history, with the latest version being 3.22.0, along with links to documentation for previous versions, dating back to 1.0.0."],["Two constructors are present, a parameterless constructor `ImportDataResponse()` and another that takes an `ImportDataResponse` as its parameter `ImportDataResponse(ImportDataResponse other)`."]]],[]]