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
Methods in com.oracle.bmc.generativeaidata with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
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 lifecycleState of GenerateSqlJob.LifecycleStateEnrichmentJobSummary. getLifecycleState()The lifecycleState of GenerateSqlJob.LifecycleStateGenerateSqlFromNlJob. getLifecycleState()The lifecycleState 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 lifecycleState of GenerateSqlJob.EnrichmentJobSummary.BuilderEnrichmentJobSummary.Builder. lifecycleState(LifecycleState lifecycleState)The lifecycleState of GenerateSqlJob.GenerateSqlFromNlJob.BuilderGenerateSqlFromNlJob.Builder. lifecycleState(LifecycleState lifecycleState)The lifecycleState 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, 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, 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 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. -
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.
-