Uses of Class
com.oracle.bmc.generativeai.requests.ListModelsRequest
-
Packages that use ListModelsRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ListModelsRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsResponse
GenerativeAi. listModels(ListModelsRequest request)
Lists the models in a specific compartment.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)
ListModelsResponse
GenerativeAiClient. listModels(ListModelsRequest request)
Iterable<ModelSummary>
GenerativeAiPaginators. listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over theModelSummary
objects contained in responses from the listModels operation.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 ListModelsRequest 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 ListModelsRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ListModelsRequest Modifier and Type Method Description ListModelsRequest
ListModelsRequest.Builder. build()
Build the instance of ListModelsRequest as configured by this builderListModelsRequest
ListModelsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListModelsRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsRequest.Builder
ListModelsRequest.Builder. copy(ListModelsRequest o)
Copy method to populate the builder with values from the given instance.
-