Show / Hide Table of Contents

Class GoogleCloudDataplexV1UnstructuredDataProfileSpec

Contains the specification for an unstructured data profile scan.

Inheritance
object
GoogleCloudDataplexV1UnstructuredDataProfileSpec
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX