Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.responses |
Modifier and Type | Method and Description |
---|---|
GetToolResponse |
GenerativeAiAgentClient.getTool(GetToolRequest request) |
GetToolResponse |
GenerativeAiAgent.getTool(GetToolRequest request)
Gets information about a tool.
|
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. |
Future<GetToolResponse> |
GenerativeAiAgentAsyncClient.getTool(GetToolRequest request,
AsyncHandler<GetToolRequest,GetToolResponse> handler) |
Future<GetToolResponse> |
GenerativeAiAgentAsync.getTool(GetToolRequest request,
AsyncHandler<GetToolRequest,GetToolResponse> handler)
Gets information about a tool.
|
Modifier and Type | Method and Description |
---|---|
Future<GetToolResponse> |
GenerativeAiAgentAsyncClient.getTool(GetToolRequest request,
AsyncHandler<GetToolRequest,GetToolResponse> handler) |
Future<GetToolResponse> |
GenerativeAiAgentAsync.getTool(GetToolRequest request,
AsyncHandler<GetToolRequest,GetToolResponse> handler)
Gets information about a tool.
|
Modifier and Type | Method and Description |
---|---|
GetToolResponse |
GetToolResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetToolResponse.Builder |
GetToolResponse.Builder.copy(GetToolResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.