Uses of Class
com.oracle.bmc.generativeaidata.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.generativeaidata com.oracle.bmc.generativeaidata.model com.oracle.bmc.generativeaidata.requests -
-
Uses of LifecycleState in com.oracle.bmc.generativeaidata
-
Uses of LifecycleState in com.oracle.bmc.generativeaidata.model
Methods in com.oracle.bmc.generativeaidata.model that return LifecycleState Modifier and Type Method Description static LifecycleStateLifecycleState. create(String key)LifecycleStateEnrichmentJob. getLifecycleState()The lifecycle state of the EnrichmentJob.LifecycleStateEnrichmentJobSummary. getLifecycleState()The lifecycle state of the EnrichmentJob.LifecycleStateGenerateSqlFromNlJob. getLifecycleState()The current state of GenerateSqlFromNlJob.static LifecycleStateLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleState[]LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaidata.model with parameters of type LifecycleState Modifier and Type Method Description EnrichmentJob.BuilderEnrichmentJob.Builder. lifecycleState(LifecycleState lifecycleState)The lifecycle state of the EnrichmentJob.EnrichmentJobSummary.BuilderEnrichmentJobSummary.Builder. lifecycleState(LifecycleState lifecycleState)The lifecycle state of the EnrichmentJob.GenerateSqlFromNlJob.BuilderGenerateSqlFromNlJob.Builder. lifecycleState(LifecycleState lifecycleState)The current state of GenerateSqlFromNlJob.Constructors in com.oracle.bmc.generativeaidata.model with parameters of type LifecycleState Constructor Description EnrichmentJob(String id, String description, String semanticStoreId, String displayName, EnrichmentJobType enrichmentJobType, EnrichmentJobConfiguration enrichmentJobConfiguration, String modelId, Date timeAccepted, Date timeStarted, Date timeFinished, String lifecycleDetails, Float percentComplete, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.EnrichmentJobSummary(String id, String semanticStoreId, String displayName, EnrichmentJobType enrichmentJobType, String modelId, Date timeAccepted, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.GenerateSqlFromNlJob(String id, String description, String semanticStoreId, String displayName, Date timeAccepted, Date timeStarted, Date timeFinished, LifecycleState lifecycleState, String lifecycleDetails, String inputNaturalLanguageQuery, String modelId, JobOutput jobOutput, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of LifecycleState in com.oracle.bmc.generativeaidata.requests
Methods in com.oracle.bmc.generativeaidata.requests that return LifecycleState Modifier and Type Method Description LifecycleStateListEnrichmentJobsRequest. getLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.generativeaidata.requests with parameters of type LifecycleState Modifier and Type Method Description ListEnrichmentJobsRequest.BuilderListEnrichmentJobsRequest.Builder. lifecycleState(LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-