Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Represents Dataplex integration settings.
Instance Attribute Summary collapse
-
#enabled_pipelines_lineage ⇒ Boolean
(also: #enabled_pipelines_lineage?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
Returns a new instance of GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig.
14805 14806 14807 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled_pipelines_lineage ⇒ Boolean Also known as: enabled_pipelines_lineage?
Optional. Whether or not Data Lineage synchronization is enabled for Vertex
Pipelines.
Corresponds to the JSON property enabledPipelinesLineage
14802 14803 14804 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14802 def enabled_pipelines_lineage @enabled_pipelines_lineage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14810 14811 14812 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14810 def update!(**args) @enabled_pipelines_lineage = args[:enabled_pipelines_lineage] if args.key?(:enabled_pipelines_lineage) end |