Uses of Class
com.oracle.bmc.generativeaiinference.requests.EmbedTextRequest
-
Packages that use EmbedTextRequest Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.requests -
-
Uses of EmbedTextRequest in com.oracle.bmc.generativeaiinference
Methods in com.oracle.bmc.generativeaiinference with parameters of type EmbedTextRequest Modifier and Type Method Description 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)
EmbedTextResponse
GenerativeAiInferenceClient. embedText(EmbedTextRequest request)
Method parameters in com.oracle.bmc.generativeaiinference with type arguments of type EmbedTextRequest Modifier and Type Method 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)
-
Uses of EmbedTextRequest in com.oracle.bmc.generativeaiinference.requests
Methods in com.oracle.bmc.generativeaiinference.requests that return EmbedTextRequest Modifier and Type Method Description EmbedTextRequest
EmbedTextRequest.Builder. build()
Build the instance of EmbedTextRequest as configured by this builderEmbedTextRequest
EmbedTextRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EmbedTextRequest as configured by this builderMethods in com.oracle.bmc.generativeaiinference.requests with parameters of type EmbedTextRequest Modifier and Type Method Description EmbedTextRequest.Builder
EmbedTextRequest.Builder. copy(EmbedTextRequest o)
Copy method to populate the builder with values from the given instance.
-