Class: Google::Cloud::AIPlatform::V1::MetadataStore::DataplexConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetadataStore::DataplexConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_store.rb
Overview
Represents Dataplex integration settings.
Instance Attribute Summary collapse
-
#enabled_pipelines_lineage ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled_pipelines_lineage ⇒ ::Boolean
Returns Optional. Whether or not Data Lineage synchronization is enabled for Vertex Pipelines.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 67 class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |