public sealed class DeployedIndexRef : IMessage<DeployedIndexRef>, IEquatable<DeployedIndexRef>, IDeepCloneable<DeployedIndexRef>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeployedIndexRef.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eDeployedIndexRef\u003c/code\u003e is a class in the Vertex AI v1beta1 API, serving as a reference to a \u003ccode\u003eDeployedIndex\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDeployedIndexRef\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeployedIndexRef\u003c/code\u003e has properties such as \u003ccode\u003eDeployedIndexId\u003c/code\u003e, \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eIndexEndpoint\u003c/code\u003e, and \u003ccode\u003eIndexEndpointAsIndexEndpointName\u003c/code\u003e for accessing information about the deployed index.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided for creating a new \u003ccode\u003eDeployedIndexRef\u003c/code\u003e instance, either empty or based on an existing instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeployedIndexRef\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class DeployedIndexRef (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef) \n\n public sealed class DeployedIndexRef : IMessage\u003cDeployedIndexRef\u003e, IEquatable\u003cDeployedIndexRef\u003e, IDeepCloneable\u003cDeployedIndexRef\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class DeployedIndexRef.\n\nPoints to a DeployedIndex. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeployedIndexRef \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeployedIndexRef](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeployedIndexRef](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeployedIndexRef](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### DeployedIndexRef()\n\n public DeployedIndexRef()\n\n### DeployedIndexRef(DeployedIndexRef)\n\n public DeployedIndexRef(DeployedIndexRef other)\n\nProperties\n----------\n\n### DeployedIndexId\n\n public string DeployedIndexId { get; set; }\n\nImmutable. The ID of the DeployedIndex in the above IndexEndpoint.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOutput only. The display name of the DeployedIndex.\n\n### IndexEndpoint\n\n public string IndexEndpoint { get; set; }\n\nImmutable. A resource name of the IndexEndpoint.\n\n### IndexEndpointAsIndexEndpointName\n\n public IndexEndpointName IndexEndpointAsIndexEndpointName { get; set; }\n\n[IndexEndpointName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.IndexEndpointName)-typed view over the [IndexEndpoint](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DeployedIndexRef#Google_Cloud_AIPlatform_V1Beta1_DeployedIndexRef_IndexEndpoint) resource name property."]]