Uses of Class
com.oracle.bmc.generativeai.requests.ListImportedModelsRequest
-
Packages that use ListImportedModelsRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ListImportedModelsRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type ListImportedModelsRequest Modifier and Type Method Description Future<ListImportedModelsResponse>GenerativeAiAsync. listImportedModels(ListImportedModelsRequest request, AsyncHandler<ListImportedModelsRequest,ListImportedModelsResponse> handler)Lists imported models in a specific compartment.Future<ListImportedModelsResponse>GenerativeAiAsyncClient. listImportedModels(ListImportedModelsRequest request, AsyncHandler<ListImportedModelsRequest,ListImportedModelsResponse> handler) -
Uses of ListImportedModelsRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ListImportedModelsRequest Modifier and Type Method Description ListImportedModelsRequestListImportedModelsRequest.Builder. build()Build the instance of ListImportedModelsRequest as configured by this builderListImportedModelsRequestListImportedModelsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListImportedModelsRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ListImportedModelsRequest Modifier and Type Method Description ListImportedModelsRequest.BuilderListImportedModelsRequest.Builder. copy(ListImportedModelsRequest o)Copy method to populate the builder with values from the given instance.
-