public sealed class ExportModelResponse : IMessage<ExportModelResponse>, IEquatable<ExportModelResponse>, IDeepCloneable<ExportModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class ExportModelResponse.
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-31 UTC."],[[["This webpage provides reference documentation for the `ExportModelResponse` class within the Google Cloud AI Platform v1 API, specifically detailing its structure, implementation, and inheritance."],["The page lists various versions of the API, ranging from the latest 3.22.0 down to 1.0.0, with the currently selected version being 3.12.0, which can be seen by the user."],["`ExportModelResponse` serves as the response message for the `ModelService.ExportModel` operation within the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities and how it interacts with other parts of the system."],["Constructors are provided for the `ExportModelResponse` class, allowing for the creation of new instances and copies, as well as details about its inherited members such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]