public sealed class ImportDataResponse : IMessage<ImportDataResponse>, IEquatable<ImportDataResponse>, IDeepCloneable<ImportDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class ImportDataResponse.
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-10 UTC."],[[["This page provides reference documentation for the `ImportDataResponse` class within the Google Cloud AI Platform v1 API, specifically for the .NET environment."],["The `ImportDataResponse` class is used as the response message for the `DatasetService.ImportData` operation."],["The documentation covers a wide range of versions, from 1.0.0 all the way to 3.22.0, with the latter being the latest, allowing developers to find information specific to their project's needs."],["The class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for working with the response."],["The page presents information about the class' constructors, including a default constructor and a copy constructor, alongside details on the class' namespace and assembly."]]],[]]