Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UnstructuredDataOptions.
Describes options for unstructured data discovery.
Generated from protobuf message google.cloud.dataplex.v1.DataDiscoverySpec.StorageConfig.UnstructuredDataOptions
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoverySpec \ StorageConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ semantic_inference_enabled |
bool
Optional. Specifies whether deeper semantic inference over the objects' contents using GenAI is enabled. |
getSemanticInferenceEnabled
Optional. Specifies whether deeper semantic inference over the objects' contents using GenAI is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSemanticInferenceEnabled
Optional. Specifies whether deeper semantic inference over the objects' contents using GenAI is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|