Show / Hide Table of Contents

Enum EnrichmentJobType

Enrichment job type. Currently supported Full Build (All supported objects in a given schema) and Partial Build (Selected tables and/or supported objects in a given schema).

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