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 webpage provides documentation for the `ImportDataResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically across various versions."],["The latest version of `ImportDataResponse` is version 3.22.0, and there are versions going as far back as 1.0.0."],["`ImportDataResponse` is a sealed class that inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the constructors available for `ImportDataResponse`, including a default constructor and one that takes another `ImportDataResponse` as a parameter."],["The purpose of `ImportDataResponse` is to represent the response message for the `DatasetService.ImportData` operation in the Google Cloud AI Platform."]]],[]]