[[["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-08-07 UTC."],[],[],null,["# Security Command Center v2 API - Class AiModel (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AiModel)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.AiModel)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.AiModel) \n\n public sealed class AiModel : IMessage\u003cAiModel\u003e, IEquatable\u003cAiModel\u003e, IDeepCloneable\u003cAiModel\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class AiModel.\n\nContains information about the AI model associated with the finding. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AiModel \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AiModel](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AiModel), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AiModel](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AiModel), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AiModel](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AiModel), [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.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### AiModel()\n\n public AiModel()\n\n### AiModel(AiModel)\n\n public AiModel(AiModel other)\n\nProperties\n----------\n\n### DeploymentPlatform\n\n public AiModel.Types.DeploymentPlatform DeploymentPlatform { get; set; }\n\nThe platform on which the model is deployed.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe user defined display name of model. Ex. baseline-classification-model\n\n### Domain\n\n public string Domain { get; set; }\n\nThe domain of the model, for example, \"image-classification\".\n\n### Library\n\n public string Library { get; set; }\n\nThe name of the model library, for example, \"transformers\".\n\n### Location\n\n public string Location { get; set; }\n\nThe region in which the model is used, for example, \"us-central1\".\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the AI model, for example, \"gemini:1.0.0\".\n\n### Publisher\n\n public string Publisher { get; set; }\n\nThe publisher of the model, for example, \"google\" or \"nvidia\"."]]