Class: Google::Cloud::Dlp::V2::VertexDatasetResourceReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Identifies a single Vertex AI resource. Only datasets are supported.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_resource_name::String

Returns 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}.

Returns:

  • (::String)

    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}


5984
5985
5986
5987
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5984

class VertexDatasetResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end