Class GooglePrivacyDlpV2VertexDatasetResourceReference
Identifies a single Vertex AI dataset.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2VertexDatasetResourceReference : IDirectResponseSchema
Properties
DatasetResourceName
Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.
Declaration
[JsonProperty("datasetResourceName")]
public virtual string DatasetResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |