Class GoogleCloudDataplexV1UnstructuredDataProfileSpec
Contains the specification for an unstructured data profile scan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1UnstructuredDataProfileSpec : IDirectResponseSchema
Properties
CustomizedPrompt
Optional. Customized prompt for unstructured data profile. The field will be used as part of the prompt, could be some instruction, specifying skill, or specific area to focus.
Declaration
[JsonProperty("customizedPrompt")]
public virtual string CustomizedPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GlobalEndpointEnabled
Optional. Whether to use the global model.
Declaration
[JsonProperty("globalEndpointEnabled")]
public virtual bool? GlobalEndpointEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
GraphProfilePublishingEnabled
Optional. Whether to publish graph-profile as aspect on the catalog entry.
Declaration
[JsonProperty("graphProfilePublishingEnabled")]
public virtual bool? GraphProfilePublishingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |