Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAgentRequest,GetAgentResponse> |
GenerativeAiAgentWaiters.forAgent(GetAgentRequest request,
Agent.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
GenerativeAiAgentWaiters.forAgent(GetAgentRequest request,
Agent.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
GenerativeAiAgentWaiters.forAgent(GetAgentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Agent.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Agent.LifecycleState |
Agent.LifecycleState.create(String key) |
Agent.LifecycleState |
Agent.getLifecycleState()
The current state of the agent.
|
Agent.LifecycleState |
AgentSummary.getLifecycleState()
The current state of the agent.
|
static Agent.LifecycleState |
Agent.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Agent.LifecycleState[] |
Agent.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Agent.Builder |
Agent.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the agent.
|
AgentSummary.Builder |
AgentSummary.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the agent.
|
Constructor and Description |
---|
Agent(String id,
String displayName,
String description,
String compartmentId,
List<String> knowledgeBaseIds,
String welcomeMessage,
Date timeCreated,
Date timeUpdated,
Agent.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AgentSummary(String id,
String displayName,
String description,
String compartmentId,
List<String> knowledgeBaseIds,
String welcomeMessage,
Date timeCreated,
Date timeUpdated,
Agent.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 |
---|---|
Agent.LifecycleState |
ListAgentsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.lifecycleState(Agent.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.