Class VertexAi
Vertex AI-related information associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class VertexAi : IDirectResponseSchema
Properties
Datasets
Datasets associated with the finding.
Declaration
[JsonProperty("datasets")]
public virtual IList<Dataset> Datasets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Dataset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pipelines
Pipelines associated with the finding.
Declaration
[JsonProperty("pipelines")]
public virtual IList<Pipeline> Pipelines { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Pipeline> |