Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetToolRequest,GetToolResponse> |
GenerativeAiAgentWaiters.forTool(GetToolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Tool.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetToolRequest,GetToolResponse> |
GenerativeAiAgentWaiters.forTool(GetToolRequest request,
Tool.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetToolRequest,GetToolResponse> |
GenerativeAiAgentWaiters.forTool(GetToolRequest request,
Tool.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Tool.LifecycleState |
Tool.LifecycleState.create(String key) |
Tool.LifecycleState |
ToolSummary.getLifecycleState()
The current state of the agent.
|
Tool.LifecycleState |
Tool.getLifecycleState()
The current state of the Tool.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ToolSummary.Builder |
ToolSummary.Builder.lifecycleState(Tool.LifecycleState lifecycleState)
The current state of the agent.
|
Tool.Builder |
Tool.Builder.lifecycleState(Tool.LifecycleState lifecycleState)
The current state of the Tool.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Tool.LifecycleState |
ListToolsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListToolsRequest.Builder |
ListToolsRequest.Builder.lifecycleState(Tool.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2025. All rights reserved.