Package | Description |
---|---|
com.oracle.bmc.generativeaiinference | |
com.oracle.bmc.generativeaiinference.responses |
Modifier and Type | Method and Description |
---|---|
RerankTextResponse |
GenerativeAiInferenceClient.rerankText(RerankTextRequest request) |
RerankTextResponse |
GenerativeAiInference.rerankText(RerankTextRequest request)
Reranks the text responses based on the input documents and a prompt.
|
Modifier and Type | Method and Description |
---|---|
Future<RerankTextResponse> |
GenerativeAiInferenceAsync.rerankText(RerankTextRequest request,
AsyncHandler<RerankTextRequest,RerankTextResponse> handler)
Reranks the text responses based on the input documents and a prompt.
|
Future<RerankTextResponse> |
GenerativeAiInferenceAsyncClient.rerankText(RerankTextRequest request,
AsyncHandler<RerankTextRequest,RerankTextResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<RerankTextResponse> |
GenerativeAiInferenceAsync.rerankText(RerankTextRequest request,
AsyncHandler<RerankTextRequest,RerankTextResponse> handler)
Reranks the text responses based on the input documents and a prompt.
|
Future<RerankTextResponse> |
GenerativeAiInferenceAsyncClient.rerankText(RerankTextRequest request,
AsyncHandler<RerankTextRequest,RerankTextResponse> handler) |
Modifier and Type | Method and Description |
---|---|
RerankTextResponse |
RerankTextResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
RerankTextResponse.Builder |
RerankTextResponse.Builder.copy(RerankTextResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.