Package | Description |
---|---|
com.oracle.bmc.aidocument | |
com.oracle.bmc.aidocument.responses |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
AIServiceDocument.listModels(ListModelsRequest request)
Returns a list of models in a compartment.
|
ListModelsResponse |
AIServiceDocumentClient.listModels(ListModelsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListModelsResponse> |
AIServiceDocumentAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Returns a list of models in a compartment.
|
Future<ListModelsResponse> |
AIServiceDocumentAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
Iterable<ListModelsResponse> |
AIServiceDocumentPaginators.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> |
AIServiceDocumentAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Returns a list of models in a compartment.
|
Future<ListModelsResponse> |
AIServiceDocumentAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
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.