Uses of Class
com.oracle.bmc.generativeaiagent.model.Agent.LifecycleState
-
Packages that use Agent.LifecycleState Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model com.oracle.bmc.generativeaiagent.requests -
-
Uses of Agent.LifecycleState in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type Agent.LifecycleState Modifier and Type Method Description Waiter<GetAgentRequest,GetAgentResponse>
GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAgentRequest,GetAgentResponse>
GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, Agent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAgentRequest,GetAgentResponse>
GenerativeAiAgentWaiters. forAgent(GetAgentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Agent.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Agent.LifecycleState in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return Agent.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type Agent.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type Agent.LifecycleState Constructor Description Agent(String id, String displayName, String description, String compartmentId, List<String> knowledgeBaseIds, String welcomeMessage, LlmConfig llmConfig, 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, LlmConfig llmConfig, 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. -
Uses of Agent.LifecycleState in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return Agent.LifecycleState Modifier and Type Method Description Agent.LifecycleState
ListAgentsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.generativeaiagent.requests with parameters of type Agent.LifecycleState Modifier and Type Method Description ListAgentsRequest.Builder
ListAgentsRequest.Builder. lifecycleState(Agent.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-