public sealed class DeployedModelRef : IMessage<DeployedModelRef>, IEquatable<DeployedModelRef>, IDeepCloneable<DeployedModelRef>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployedModelRef.
[[["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."],[[["The `DeployedModelRef` class in the Cloud AI Platform v1beta1 API serves as a reference point to a deployed model within an endpoint."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for complex object manipulation and comparisons."],["The `DeployedModelRef` class contains properties like `DeployedModelId` and `Endpoint` that identify the specific deployed model and its associated endpoint, respectively."],["There are two constructors for `DeployedModelRef`: a default one and another that takes an existing `DeployedModelRef` instance for copying, allowing for object creation and duplication."],["The class includes a `EndpointAsEndpointName` property that provides a strongly-typed view of the `Endpoint` resource name."]]],[]]