Class: Google::Cloud::SecurityCenter::V2::VertexAi
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::VertexAi
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb
Overview
Vertex AI-related information associated with the finding.
Defined Under Namespace
Instance Attribute Summary collapse
-
#datasets ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::VertexAi::Dataset>
Datasets associated with the finding.
-
#pipelines ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::VertexAi::Pipeline>
Pipelines associated with the finding.
Instance Attribute Details
#datasets ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::VertexAi::Dataset>
Returns Datasets associated with the finding.
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 31 class VertexAi include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Vertex AI dataset associated with the finding. # @!attribute [rw] name # @return [::String] # Resource name of the dataset, e.g. # projects/\\{project}/locations/\\{location}/datasets/2094040236064505856 # @!attribute [rw] display_name # @return [::String] # The user defined display name of dataset, e.g. plants-dataset # @!attribute [rw] source # @return [::String] # Data source, such as a BigQuery source URI, e.g. # bq://scc-nexus-test.AIPPtest.gsod class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Vertex AI training pipeline associated with the finding. # @!attribute [rw] name # @return [::String] # Resource name of the pipeline, e.g. # projects/\\{project}/locations/\\{location}/trainingPipelines/5253428229225578496 # @!attribute [rw] display_name # @return [::String] # The user-defined display name of pipeline, e.g. plants-classification class Pipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#pipelines ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::VertexAi::Pipeline>
Returns Pipelines associated with the finding.
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 31 class VertexAi include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Vertex AI dataset associated with the finding. # @!attribute [rw] name # @return [::String] # Resource name of the dataset, e.g. # projects/\\{project}/locations/\\{location}/datasets/2094040236064505856 # @!attribute [rw] display_name # @return [::String] # The user defined display name of dataset, e.g. plants-dataset # @!attribute [rw] source # @return [::String] # Data source, such as a BigQuery source URI, e.g. # bq://scc-nexus-test.AIPPtest.gsod class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Vertex AI training pipeline associated with the finding. # @!attribute [rw] name # @return [::String] # Resource name of the pipeline, e.g. # projects/\\{project}/locations/\\{location}/trainingPipelines/5253428229225578496 # @!attribute [rw] display_name # @return [::String] # The user-defined display name of pipeline, e.g. plants-classification class Pipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |