Class: Google::Cloud::SecurityCenter::V2::VertexAi::Dataset
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::VertexAi::Dataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb
Overview
Vertex AI dataset associated with the finding.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The user defined display name of dataset, e.g.
-
#name ⇒ ::String
Resource name of the dataset, e.g.
-
#source ⇒ ::String
Data source, such as a BigQuery source URI, e.g.
Instance Attribute Details
#display_name ⇒ ::String
Returns The user defined display name of dataset, e.g. plants-dataset.
47 48 49 50 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource name of the dataset, e.g. projects/{project}/locations/{location}/datasets/2094040236064505856.
47 48 49 50 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.gsod.
47 48 49 50 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 47 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |