Class AiModel (1.39.0)

AiModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains information about the AI model associated with the finding.

Attributes

Name Description
name str
The name of the AI model, for example, "gemini:1.0.0".
domain str
The domain of the model, for example, “image-classification”.
library str
The name of the model library, for example, “transformers”.
location str
The region in which the model is used, for example, “us-central1”.
publisher str
The publisher of the model, for example, “google” or “nvidia”.
deployment_platform google.cloud.securitycenter_v2.types.AiModel.DeploymentPlatform
The platform on which the model is deployed.
display_name str
The user defined display name of model. Ex. baseline-classification-model

Classes

DeploymentPlatform

DeploymentPlatform(value)

The platform on which the model is deployed.