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, detailing its structure and usage."],["The `ImportDataResponse` class serves as the response message for the `DatasetService.ImportData` method in Google Cloud AI Platform."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The page offers links to the documentation for `ImportDataResponse` across various versions, ranging from version 1.0.0 to the latest version, 3.22.0, enabling access to different releases."],["There are two constructors available for creating instances of the `ImportDataResponse` class: a default constructor and a copy constructor that takes another `ImportDataResponse` instance."]]],[]]