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