Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.responses |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
AIServiceLanguage.listModels(ListModelsRequest request)
Returns a list of models.
|
ListModelsResponse |
AIServiceLanguageClient.listModels(ListModelsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListModelsResponse> |
AIServiceLanguageAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
Future<ListModelsResponse> |
AIServiceLanguageAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Returns a list of models.
|
Iterable<ListModelsResponse> |
AIServiceLanguagePaginators.listModelsResponseIterator(ListModelsRequest request)
Creates a new iterable which will iterate over the responses received from the listModels
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListModelsResponse> |
AIServiceLanguageAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
Future<ListModelsResponse> |
AIServiceLanguageAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Returns a list of models.
|
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
ListModelsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListModelsResponse.Builder |
ListModelsResponse.Builder.copy(ListModelsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.