Security Command Center v2 API - Class AiModel (1.2.0)

public sealed class AiModel : IMessage<AiModel>, IEquatable<AiModel>, IDeepCloneable<AiModel>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class AiModel.

Contains information about the AI model associated with the finding.

Inheritance

object > AiModel

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

AiModel()

public AiModel()

AiModel(AiModel)

public AiModel(AiModel other)
Parameter
Name Description
other AiModel

Properties

DeploymentPlatform

public AiModel.Types.DeploymentPlatform DeploymentPlatform { get; set; }

The platform on which the model is deployed.

Property Value
Type Description
AiModelTypesDeploymentPlatform

DisplayName

public string DisplayName { get; set; }

The user defined display name of model. Ex. baseline-classification-model

Property Value
Type Description
string

Domain

public string Domain { get; set; }

The domain of the model, for example, “image-classification”.

Property Value
Type Description
string

Library

public string Library { get; set; }

The name of the model library, for example, “transformers”.

Property Value
Type Description
string

Location

public string Location { get; set; }

The region in which the model is used, for example, “us-central1”.

Property Value
Type Description
string

Name

public string Name { get; set; }

The name of the AI model, for example, "gemini:1.0.0".

Property Value
Type Description
string

Publisher

public string Publisher { get; set; }

The publisher of the model, for example, “google” or “nvidia”.

Property Value
Type Description
string