Class: Google::Cloud::Dlp::V2::VertexDatasetResourceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::VertexDatasetResourceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Identifies a single Vertex AI dataset.
Instance Attribute Summary collapse
-
#dataset_resource_name ⇒ ::String
Required.
Instance Attribute Details
#dataset_resource_name ⇒ ::String
Returns Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.
5870 5871 5872 5873 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5870 class VertexDatasetResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |