Class: Google::Cloud::SecurityCenter::V2::VertexAi::Pipeline
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::VertexAi::Pipeline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb
Overview
Vertex AI training pipeline associated with the finding.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The user-defined display name of pipeline, e.g.
-
#name ⇒ ::String
Resource name of the pipeline, e.g.
Instance Attribute Details
#display_name ⇒ ::String
Returns The user-defined display name of pipeline, e.g. plants-classification.
60 61 62 63 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 60 class Pipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource name of the pipeline, e.g. projects/{project}/locations/{location}/trainingPipelines/5253428229225578496.
60 61 62 63 |
# File 'proto_docs/google/cloud/securitycenter/v2/vertex_ai.rb', line 60 class Pipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |