public sealed class VertexAi : IMessage<VertexAi>, IEquatable<VertexAi>, IDeepCloneable<VertexAi>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class VertexAi.
Vertex AI-related information associated with the finding.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
VertexAi()
public VertexAi()VertexAi(VertexAi)
public VertexAi(VertexAi other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexAi |
Properties
Datasets
public RepeatedField<VertexAi.Types.Dataset> Datasets { get; }Datasets associated with the finding.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVertexAiTypesDataset |
|
Pipelines
public RepeatedField<VertexAi.Types.Pipeline> Pipelines { get; }Pipelines associated with the finding.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVertexAiTypesPipeline |
|