Package | Description |
---|---|
com.oracle.bmc.generativeaiinference | |
com.oracle.bmc.generativeaiinference.requests |
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.
|
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 |
---|---|
RerankTextRequest |
RerankTextRequest.Builder.build()
Build the instance of RerankTextRequest as configured by this builder
|
RerankTextRequest |
RerankTextRequest.Builder.buildWithoutInvocationCallback()
Build the instance of RerankTextRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
RerankTextRequest.Builder |
RerankTextRequest.Builder.copy(RerankTextRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.