Google Cloud Data Loss Prevention v2 API - Enum Domain.Types.Signal (4.23.0)

public enum Domain.Types.Signal

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum Domain.Types.Signal.

The signal used to determine the category. New values may be added in the future.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

Name Description
Embedding

A table appears to contain embeddings of any type (for example, text, image, multimodal). The TEXT_EMBEDDING signal might also be present if the table contains text embeddings.

Model

One or more machine learning models are present.

Service

If the service determines the category type. For example, Vertex AI assets would always have a Category of AI.

SourceCode

Source code is present.

TextEmbedding

A table appears to contain text embeddings.

Unspecified

Unused.

VectorPlugin

Support for Cloud SQL vector embeddings is enabled on the database.

VertexPlugin

The Cloud SQL Vertex AI plugin is installed on the database.