Class GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions
Describes options for unstructured data discovery.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityInferenceEnabled
Optional. Deprecated: Use semantic_inference_enabled instead. Specifies whether deeper entity inference over the objects' contents using GenAI is enabled.
Declaration
[JsonProperty("entityInferenceEnabled")]
public virtual bool? EntityInferenceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SemanticInferenceEnabled
Optional. Specifies whether deeper semantic inference over the objects' contents using GenAI is enabled.
Declaration
[JsonProperty("semanticInferenceEnabled")]
public virtual bool? SemanticInferenceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |