Show / Hide Table of Contents

Class JobOutput

A JobOutput delivers content generated by the GenerateSQLJob to a given location, which corresponds with type-specific characteristics. This field is present on GenerateSqlFromNlJob only when lifecycleState is SUCCEEDED. It is omitted for all other lifecycle states.

Inheritance
object
JobOutput
InlineJobOutput
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaidataService.Models
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
[JsonConverter(typeof(JobOutputModelConverter))]
public class JobOutput
In this article
Back to top