Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MetadataStoreDataplexConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Represents Dataplex integration settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1MetadataStoreDataplexConfig

Returns a new instance of GoogleCloudAiplatformV1MetadataStoreDataplexConfig.



13722
13723
13724
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13722

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enabled_pipelines_lineageBoolean Also known as: enabled_pipelines_lineage?

Optional. Whether or not Data Lineage synchronization is enabled for Vertex Pipelines. Corresponds to the JSON property enabledPipelinesLineage

Returns:

  • (Boolean)


13719
13720
13721
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13719

def enabled_pipelines_lineage
  @enabled_pipelines_lineage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13727
13728
13729
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13727

def update!(**args)
  @enabled_pipelines_lineage = args[:enabled_pipelines_lineage] if args.key?(:enabled_pipelines_lineage)
end