public sealed class ExportModelResponse : IMessage<ExportModelResponse>, IEquatable<ExportModelResponse>, IDeepCloneable<ExportModelResponse>, IBufferMessage, IMessage
Response message of [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel] operation.
[[["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 details the `ExportModelResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically for the .NET environment, and outlines its role as the response message for the `ModelService.ExportModel` operation."],["The most recent version of the `ExportModelResponse` is `3.22.0`, with a history of previous versions dating back to `1.0.0`, and includes versions within 3, 2, and 1."],["The `ExportModelResponse` class inherits from `Object` and implements several interfaces, including `IMessage\u003cExportModelResponse\u003e`, `IEquatable\u003cExportModelResponse\u003e`, `IDeepCloneable\u003cExportModelResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The page provides links to documentation for each version of the `ExportModelResponse` class, such as `/dotnet/docs/reference/Google.Cloud.AIPlatform.V1/latest/Google.Cloud.AIPlatform.V1.ExportModelResponse` for the latest version."],["There are also two constructor methods provided for creating instances of the class, one being a default constructor, and the other allowing you to create an instance based off of another `ExportModelResponse` instance."]]],[]]