Class GooglePrivacyDlpV2VertexDatasetResourceReference
Identifies a single Vertex AI resource. Only datasets are supported.
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 Vertex AI resource. If set within a project-level configuration, the specified
resource must be within the project. Examples: *
projects/{project}/locations/{location}/datasets/{dataset}
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 |