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-03-25 UTC."],[[["This documentation covers the `BatchMigrateResourcesResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09, with links to version 1.0.0-beta20 and the latest beta version, 1.0.0-beta21."],["The `BatchMigrateResourcesResponse` class serves as the response message for the `MigrationService.BatchMigrateResources` operation, as found in the Google Cloud AI Platform."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a constructor that is parameterless, and another one that accepts a `BatchMigrateResourcesResponse` object as a parameter."],["The `BatchMigrateResourcesResponse` contains a property `MigrateResourceResponses`, which is a `RepeatedField` of `MigrateResourceResponse` objects, holding a list of resources that were successfully migrated."]]],[]]