Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
GenerativeAiAgentWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
KnowledgeBase.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
GenerativeAiAgentWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
KnowledgeBase.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKnowledgeBaseRequest,GetKnowledgeBaseResponse> |
GenerativeAiAgentWaiters.forKnowledgeBase(GetKnowledgeBaseRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
KnowledgeBase.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static KnowledgeBase.LifecycleState |
KnowledgeBase.LifecycleState.create(String key) |
KnowledgeBase.LifecycleState |
KnowledgeBaseSummary.getLifecycleState()
The current state of the knowledge base.
|
KnowledgeBase.LifecycleState |
KnowledgeBase.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.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseSummary.Builder |
KnowledgeBaseSummary.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current state of the knowledge base.
|
KnowledgeBase.Builder |
KnowledgeBase.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
The current state of the knowledge base.
|
Constructor and Description |
---|
KnowledgeBase(String id,
String displayName,
String description,
String compartmentId,
IndexConfig indexConfig,
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.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeBase.LifecycleState |
ListKnowledgeBasesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListKnowledgeBasesRequest.Builder |
ListKnowledgeBasesRequest.Builder.lifecycleState(KnowledgeBase.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.