Security Command Center v2 API - Class VertexAi.Types.Dataset (1.2.0)

public sealed class VertexAi.Types.Dataset : IMessage<VertexAi.Types.Dataset>, IEquatable<VertexAi.Types.Dataset>, IDeepCloneable<VertexAi.Types.Dataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class VertexAi.Types.Dataset.

Vertex AI dataset associated with the finding.

Inheritance

object > VertexAi.Types.Dataset

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

Dataset()

public Dataset()

Dataset(Dataset)

public Dataset(VertexAi.Types.Dataset other)
Parameter
Name Description
other VertexAiTypesDataset

Properties

DisplayName

public string DisplayName { get; set; }

The user defined display name of dataset, e.g. plants-dataset

Property Value
Type Description
string

Name

public string Name { get; set; }

Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856

Property Value
Type Description
string

Source

public string Source { get; set; }

Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod

Property Value
Type Description
string