Uses of Class
com.oracle.bmc.generativeaiagent.model.DataSource.LifecycleState
-
Packages that use DataSource.LifecycleState Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model com.oracle.bmc.generativeaiagent.requests -
-
Uses of DataSource.LifecycleState in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type DataSource.LifecycleState Modifier and Type Method Description Waiter<GetDataSourceRequest,GetDataSourceResponse>
GenerativeAiAgentWaiters. forDataSource(GetDataSourceRequest request, DataSource.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDataSourceRequest,GetDataSourceResponse>
GenerativeAiAgentWaiters. forDataSource(GetDataSourceRequest request, DataSource.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDataSourceRequest,GetDataSourceResponse>
GenerativeAiAgentWaiters. forDataSource(GetDataSourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DataSource.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DataSource.LifecycleState in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataSource.LifecycleState Modifier and Type Method Description static DataSource.LifecycleState
DataSource.LifecycleState. create(String key)
DataSource.LifecycleState
DataSource. getLifecycleState()
The current state of the data source.DataSource.LifecycleState
DataSourceSummary. getLifecycleState()
The current state of the data source.static DataSource.LifecycleState
DataSource.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataSource.LifecycleState[]
DataSource.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 DataSource.LifecycleState Modifier and Type Method Description DataSource.Builder
DataSource.Builder. lifecycleState(DataSource.LifecycleState lifecycleState)
The current state of the data source.DataSourceSummary.Builder
DataSourceSummary.Builder. lifecycleState(DataSource.LifecycleState lifecycleState)
The current state of the data source.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type DataSource.LifecycleState Constructor Description DataSource(String id, String displayName, String description, String compartmentId, String knowledgeBaseId, DataSourceConfig dataSourceConfig, Map<String,String> metadata, Date timeCreated, Date timeUpdated, DataSource.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DataSourceSummary(String id, String displayName, String description, String knowledgeBaseId, String compartmentId, Date timeCreated, Date timeUpdated, DataSource.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DataSource.LifecycleState in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return DataSource.LifecycleState Modifier and Type Method Description DataSource.LifecycleState
ListDataSourcesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.generativeaiagent.requests with parameters of type DataSource.LifecycleState Modifier and Type Method Description ListDataSourcesRequest.Builder
ListDataSourcesRequest.Builder. lifecycleState(DataSource.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-