Uses of Class
com.oracle.bmc.generativeai.responses.ListModelsResponse
-
Packages that use ListModelsResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of ListModelsResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return ListModelsResponse Modifier and Type Method Description ListModelsResponseGenerativeAi. listModels(ListModelsRequest request)Lists the models in a specific compartment.ListModelsResponseGenerativeAiClient. listModels(ListModelsRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type ListModelsResponse Modifier and Type Method Description Future<ListModelsResponse>GenerativeAiAsync. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)Lists the models in a specific compartment.Future<ListModelsResponse>GenerativeAiAsyncClient. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)Iterable<ListModelsResponse>GenerativeAiPaginators. listModelsResponseIterator(ListModelsRequest request)Creates a new iterable which will iterate over the responses received from the listModels operation.Method parameters in com.oracle.bmc.generativeai with type arguments of type ListModelsResponse Modifier and Type Method Description Future<ListModelsResponse>GenerativeAiAsync. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)Lists the models in a specific compartment.Future<ListModelsResponse>GenerativeAiAsyncClient. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler) -
Uses of ListModelsResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return ListModelsResponse Modifier and Type Method Description ListModelsResponseListModelsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type ListModelsResponse Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. copy(ListModelsResponse o)Copy method to populate the builder with values from the given instance.
-