Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.requests |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
AIServiceLanguage.listModels(ListModelsRequest request)
Returns a list of models.
|
ListModelsResponse |
AIServiceLanguageClient.listModels(ListModelsRequest request) |
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<ModelSummary> |
AIServiceLanguagePaginators.listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over the
ModelSummary objects contained in responses from the
listModels operation. |
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 |
---|---|
ListModelsRequest |
ListModelsRequest.Builder.build()
Build the instance of ListModelsRequest as configured by this builder
|
ListModelsRequest |
ListModelsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListModelsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListModelsRequest.Builder |
ListModelsRequest.Builder.copy(ListModelsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.