Show / Hide Table of Contents

Enum CompletionMode

Controls whether GenerateSqlFromNl, ExecuteSql, or Query waits for execution to finish or submits background execution.

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

Fields

Name Description
BackgroundJob
WaitForCompletion
In this article
Back to top