Package | Description |
---|---|
com.oracle.bmc.generativeaiinference | |
com.oracle.bmc.generativeaiinference.requests |
Modifier and Type | Method and Description |
---|---|
EmbedTextResponse |
GenerativeAiInferenceClient.embedText(EmbedTextRequest request) |
EmbedTextResponse |
GenerativeAiInference.embedText(EmbedTextRequest request)
Produces embeddings for the inputs.
|
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 |
---|---|
EmbedTextRequest |
EmbedTextRequest.Builder.build()
Build the instance of EmbedTextRequest as configured by this builder
|
EmbedTextRequest |
EmbedTextRequest.Builder.buildWithoutInvocationCallback()
Build the instance of EmbedTextRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
EmbedTextRequest.Builder |
EmbedTextRequest.Builder.copy(EmbedTextRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.