Uses of Class
com.oracle.bmc.generativeaidata.model.JobOutput
-
Packages that use JobOutput Package Description com.oracle.bmc.generativeaidata.model -
-
Uses of JobOutput in com.oracle.bmc.generativeaidata.model
Subclasses of JobOutput in com.oracle.bmc.generativeaidata.model Modifier and Type Class Description classInlineJobOutputAn 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.Methods in com.oracle.bmc.generativeaidata.model that return JobOutput Modifier and Type Method Description JobOutputGenerateSqlFromNlJob. getJobOutput()Methods in com.oracle.bmc.generativeaidata.model with parameters of type JobOutput Modifier and Type Method Description GenerateSqlFromNlJob.BuilderGenerateSqlFromNlJob.Builder. jobOutput(JobOutput jobOutput)Constructors in com.oracle.bmc.generativeaidata.model with parameters of type JobOutput Constructor Description GenerateSqlFromNlJob(String id, String compartmentId, String description, String semanticStoreId, String displayName, Date timeAccepted, Date timeStarted, Date timeFinished, LifecycleState lifecycleState, String lifecycleDetails, String inputNaturalLanguageQuery, JobOutput jobOutput, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-