Package | Description |
---|---|
com.oracle.bmc.generativeaiinference | |
com.oracle.bmc.generativeaiinference.requests |
Modifier and Type | Method and Description |
---|---|
GenerateTextResponse |
GenerativeAiInferenceClient.generateText(GenerateTextRequest request) |
GenerateTextResponse |
GenerativeAiInference.generateText(GenerateTextRequest request)
Generates a text response based on the user prompt.
|
Future<GenerateTextResponse> |
GenerativeAiInferenceAsync.generateText(GenerateTextRequest request,
AsyncHandler<GenerateTextRequest,GenerateTextResponse> handler)
Generates a text response based on the user prompt.
|
Future<GenerateTextResponse> |
GenerativeAiInferenceAsyncClient.generateText(GenerateTextRequest request,
AsyncHandler<GenerateTextRequest,GenerateTextResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GenerateTextResponse> |
GenerativeAiInferenceAsync.generateText(GenerateTextRequest request,
AsyncHandler<GenerateTextRequest,GenerateTextResponse> handler)
Generates a text response based on the user prompt.
|
Future<GenerateTextResponse> |
GenerativeAiInferenceAsyncClient.generateText(GenerateTextRequest request,
AsyncHandler<GenerateTextRequest,GenerateTextResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GenerateTextRequest |
GenerateTextRequest.Builder.build()
Build the instance of GenerateTextRequest as configured by this builder
|
GenerateTextRequest |
GenerateTextRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GenerateTextRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GenerateTextRequest.Builder |
GenerateTextRequest.Builder.copy(GenerateTextRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.