Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions
- 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
-
#semantic_inference_enabled ⇒ Boolean
(also: #semantic_inference_enabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions
constructor
A new instance of GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_enabled ⇒ Boolean 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
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 |