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