Show / Hide Table of Contents

Enum EnrichmentJobType

Enrichment job type. Supported values are Full Build (all supported objects in a given schema), Partial Build (selected tables and/or supported objects in a given schema), and Delta Refresh (objects in a given schema that have changed since the previous enrichment job).

Namespace: Oci.GenerativeaidataService.Models
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
public enum EnrichmentJobType

Fields

Name Description
DeltaRefresh
FullBuild
PartialBuild
UnknownEnumValue
In this article
Back to top