Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
DataScienceClient.listModels(ListModelsRequest request) |
ListModelsResponse |
DataScience.listModels(ListModelsRequest request)
Lists models in the specified compartment.
|
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<ModelSummary> |
DataSciencePaginators.listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over the
ModelSummary objects contained in responses from the
listModels operation. |
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 |
---|---|
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.