Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions

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

Overview

Describes options for unstructured data discovery.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions

Returns a new instance of GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions.



2351
2352
2353
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2351

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

Instance Attribute Details

#semantic_inference_enabledBoolean Also known as: semantic_inference_enabled?

Optional. Specifies whether deeper semantic inference over the objects' contents using GenAI is enabled. Corresponds to the JSON property semanticInferenceEnabled

Returns:

  • (Boolean)


2348
2349
2350
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2348

def semantic_inference_enabled
  @semantic_inference_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2356
2357
2358
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2356

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