Google Cloud Data Loss Prevention v2 API - Class VertexDatasetResourceReference (4.16.0)

public sealed class VertexDatasetResourceReference : IMessage<VertexDatasetResourceReference>, IEquatable<VertexDatasetResourceReference>, IDeepCloneable<VertexDatasetResourceReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class VertexDatasetResourceReference.

Identifies a single Vertex AI dataset.

Inheritance

object > VertexDatasetResourceReference

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

VertexDatasetResourceReference()

public VertexDatasetResourceReference()

VertexDatasetResourceReference(VertexDatasetResourceReference)

public VertexDatasetResourceReference(VertexDatasetResourceReference other)
Parameter
Name Description
other VertexDatasetResourceReference

Properties

DatasetResourceName

public string DatasetResourceName { get; set; }

Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.

Property Value
Type Description
string