GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetResourceReference (google_api_dlp v0.54.0)
View SourceIdentifies a single Vertex AI dataset.
Attributes
-
datasetResourceName
(type:String.t
, default:nil
) - Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetResourceReference{ datasetResourceName: String.t() | nil }