Package | Description |
---|---|
com.oracle.bmc.generativeaiinference | |
com.oracle.bmc.generativeaiinference.responses |
Modifier and Type | Method and Description |
---|---|
ChatResponse |
GenerativeAiInferenceClient.chat(ChatRequest request) |
ChatResponse |
GenerativeAiInference.chat(ChatRequest request)
Creates a response for the given conversation.
|
Modifier and Type | Method and Description |
---|---|
Future<ChatResponse> |
GenerativeAiInferenceAsync.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler)
Creates a response for the given conversation.
|
Future<ChatResponse> |
GenerativeAiInferenceAsyncClient.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<ChatResponse> |
GenerativeAiInferenceAsync.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler)
Creates a response for the given conversation.
|
Future<ChatResponse> |
GenerativeAiInferenceAsyncClient.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ChatResponse |
ChatResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ChatResponse.Builder |
ChatResponse.Builder.copy(ChatResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.