Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.responses |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
DataScienceClient.listModels(ListModelsRequest request) |
ListModelsResponse |
DataScience.listModels(ListModelsRequest request)
Lists models in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListModelsResponse> |
DataScienceAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
Future<ListModelsResponse> |
DataScienceAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Lists models in the specified compartment.
|
Iterable<ListModelsResponse> |
DataSciencePaginators.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> |
DataScienceAsyncClient.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler) |
Future<ListModelsResponse> |
DataScienceAsync.listModels(ListModelsRequest request,
AsyncHandler<ListModelsRequest,ListModelsResponse> handler)
Lists models in the specified compartment.
|
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.