Uses of Class
com.oracle.bmc.generativeaiagent.model.DataIngestionJob.LifecycleState
-
Packages that use DataIngestionJob.LifecycleState Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model com.oracle.bmc.generativeaiagent.requests -
-
Uses of DataIngestionJob.LifecycleState in com.oracle.bmc.generativeaiagent
-
Uses of DataIngestionJob.LifecycleState in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJob.LifecycleState Modifier and Type Method Description static DataIngestionJob.LifecycleState
DataIngestionJob.LifecycleState. create(String key)
DataIngestionJob.LifecycleState
DataIngestionJob. getLifecycleState()
The current state of the data ingestion job.DataIngestionJob.LifecycleState
DataIngestionJobSummary. getLifecycleState()
The current state of the data ingestion job.static DataIngestionJob.LifecycleState
DataIngestionJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataIngestionJob.LifecycleState[]
DataIngestionJob.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJob.LifecycleState Modifier and Type Method Description DataIngestionJob.Builder
DataIngestionJob.Builder. lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
The current state of the data ingestion job.DataIngestionJobSummary.Builder
DataIngestionJobSummary.Builder. lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
The current state of the data ingestion job.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJob.LifecycleState Constructor Description DataIngestionJob(String id, String displayName, String description, String compartmentId, String dataSourceId, String knowledgeBaseId, DataIngestionJobStatistics dataIngestionJobStatistics, Date timeCreated, Date timeUpdated, DataIngestionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DataIngestionJobSummary(String id, String displayName, String description, String dataSourceId, String compartmentId, Date timeCreated, Date timeUpdated, DataIngestionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DataIngestionJob.LifecycleState in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return DataIngestionJob.LifecycleState Modifier and Type Method Description DataIngestionJob.LifecycleState
ListDataIngestionJobsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.generativeaiagent.requests with parameters of type DataIngestionJob.LifecycleState Modifier and Type Method Description ListDataIngestionJobsRequest.Builder
ListDataIngestionJobsRequest.Builder. lifecycleState(DataIngestionJob.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-