public sealed class BatchMigrateResourcesResponse : IMessage<BatchMigrateResourcesResponse>, IEquatable<BatchMigrateResourcesResponse>, IDeepCloneable<BatchMigrateResourcesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchMigrateResourcesResponse.
Response message for
[MigrationService.BatchMigrateResources][google.cloud.aiplatform.v1beta1.MigrationService.BatchMigrateResources].
[[["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-04-09 UTC."],[[["This documentation covers the `BatchMigrateResourcesResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02, with links to the latest and other previous versions."],["The `BatchMigrateResourcesResponse` class is a response message used by `MigrationService.BatchMigrateResources` and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `BatchMigrateResourcesResponse` class has a `MigrateResourceResponses` property, which is a `RepeatedField` that contains successfully migrated resources of type `MigrateResourceResponse`."],["The BatchMigrateResourcesResponse has two constructors, one public and another one with parameter `BatchMigrateResourcesResponse other`."]]],[]]