public sealed class DeployModelResponse : IMessage<DeployModelResponse>, IEquatable<DeployModelResponse>, IDeepCloneable<DeployModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployModelResponse.
Response message for
[EndpointService.DeployModel][google.cloud.aiplatform.v1beta1.EndpointService.DeployModel].
[[["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 page provides reference documentation for the `DeployModelResponse` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`DeployModelResponse` is a class used as a response message for the `EndpointService.DeployModel` operation."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `DeployedModel` property, which contains details of the deployed model in the endpoint."],["There are two constructors for the `DeployModelResponse` class, a default constructor, and a copy constructor."]]],[]]