Class InlineJobOutput
An InlineJobOutput is a JobOutput [indicated by the first item under allOf, which is a reference to JobOutput]
that delivers results of the GenerateSQLJob in the body of the job itself. As distinguished by jobOutputLocation [with specific characteristics defined by the second item under allOf].
Inherited Members
Namespace: Oci.GenerativeaidataService.Models
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
public class InlineJobOutput : JobOutput
Properties
Content
Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string | SQL statement generated from the natural language query. |
Remarks
Required