public sealed class BatchMigrateResourcesResponse : IMessage<BatchMigrateResourcesResponse>, IEquatable<BatchMigrateResourcesResponse>, IDeepCloneable<BatchMigrateResourcesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["This documentation covers the `BatchMigrateResourcesResponse` class within the Vertex AI v1beta1 API."],["`BatchMigrateResourcesResponse` is a response message for the `MigrationService.BatchMigrateResources` operation."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchMigrateResourcesResponse` class contains a property, `MigrateResourceResponses`, which holds a list of successfully migrated resources."],["There are two documented constructors available for creating a `BatchMigrateResourcesResponse` object, a default one and one that takes another `BatchMigrateResourcesResponse` object."]]],[]]