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