public sealed class MigrateResourceResponse : IMessage<MigrateResourceResponse>, IEquatable<MigrateResourceResponse>, IDeepCloneable<MigrateResourceResponse>, IBufferMessage, IMessage
[[["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 document provides comprehensive details on the `MigrateResourceResponse` class within the Google Cloud AI Platform V1 .NET library, showcasing versions from 1.0.0 to the latest 3.22.0."],["The `MigrateResourceResponse` class describes a resource that has been successfully migrated, with the ability to store and retrieve the migrated dataset or model resource names, and includes a migratable resource identifier."],["The latest version available is 3.22.0, which can be accessed through the provided link."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["The `MigrateResourceResponse` class has properties for setting and getting the migrated dataset and model details, allowing for resource management through `Dataset` and `Model` properties, as well as their corresponding typed views `DatasetAsDatasetName` and `ModelAsModelName`."]]],[]]