Class GoogleCloudSecuritycenterV2AiModel
Contains information about the AI model associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2AiModel : IDirectResponseSchema
Properties
DeploymentPlatform
The platform on which the model is deployed.
Declaration
[JsonProperty("deploymentPlatform")]
public virtual string DeploymentPlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
The user defined display name of model. Ex. baseline-classification-model
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Domain
The domain of the model, for example, “image-classification”.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Library
The name of the model library, for example, “transformers”.
Declaration
[JsonProperty("library")]
public virtual string Library { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Location
The region in which the model is used, for example, “us-central1”.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the AI model, for example, "gemini:1.0.0".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Publisher
The publisher of the model, for example, “google” or “nvidia”.
Declaration
[JsonProperty("publisher")]
public virtual string Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UsageCategory
The purpose of the model, for example, "Inteference" or "Training".
Declaration
[JsonProperty("usageCategory")]
public virtual string UsageCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |