public sealed class ExamplesOverride : IMessage<ExamplesOverride>, IEquatable<ExamplesOverride>, IDeepCloneable<ExamplesOverride>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExamplesOverride.
[[["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\u003eExamplesOverride\u003c/code\u003e is a class within the Vertex AI v1beta1 API, used for customizing example-based explanations.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExamplesOverride\u003c/code\u003e provides properties such as \u003ccode\u003eCrowdingCount\u003c/code\u003e, \u003ccode\u003eDataFormat\u003c/code\u003e, \u003ccode\u003eNeighborCount\u003c/code\u003e, \u003ccode\u003eRestrictions\u003c/code\u003e, and \u003ccode\u003eReturnEmbeddings\u003c/code\u003e to control aspects of neighbor-based explanations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 1.0.0-beta21, with an older version 1.0.0-beta20 also being available.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ExamplesOverride (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.ExamplesOverride)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ExamplesOverride) \n\n public sealed class ExamplesOverride : IMessage\u003cExamplesOverride\u003e, IEquatable\u003cExamplesOverride\u003e, IDeepCloneable\u003cExamplesOverride\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ExamplesOverride.\n\nOverrides for example-based explanations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExamplesOverride \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExamplesOverride](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ExamplesOverride), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExamplesOverride](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ExamplesOverride), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExamplesOverride](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ExamplesOverride), [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### ExamplesOverride()\n\n public ExamplesOverride()\n\n### ExamplesOverride(ExamplesOverride)\n\n public ExamplesOverride(ExamplesOverride other)\n\nProperties\n----------\n\n### CrowdingCount\n\n public int CrowdingCount { get; set; }\n\nThe number of neighbors to return that have the same crowding tag.\n\n### DataFormat\n\n public ExamplesOverride.Types.DataFormat DataFormat { get; set; }\n\nThe format of the data being provided with each call.\n\n### NeighborCount\n\n public int NeighborCount { get; set; }\n\nThe number of neighbors to return.\n\n### Restrictions\n\n public RepeatedField\u003cExamplesRestrictionsNamespace\u003e Restrictions { get; }\n\nRestrict the resulting nearest neighbors to respect these constraints.\n\n### ReturnEmbeddings\n\n public bool ReturnEmbeddings { get; set; }\n\nIf true, return the embeddings instead of neighbors."]]