Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions

Describes options for unstructured data discovery.

Inheritance
object
GoogleCloudDataplexV1DataDiscoverySpecStorageConfigUnstructuredDataOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX