| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MLModel> |
DescribeMlModelsResponse.results()
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMlModelsResponse.Builder |
DescribeMlModelsResponse.Builder.results(MLModel... results)
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMlModelsResponse.Builder |
DescribeMlModelsResponse.Builder.results(Collection<MLModel> results)
A list of
MLModel that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MLModel> |
DescribeMLModelsPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MLModel> |
DescribeMLModelsIterable.results()
Returns an iterable to iterate through the paginated
DescribeMlModelsResponse.results() member. |
Copyright © 2022. All rights reserved.