| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ModelSummary> |
ListModelsResponse.models()
An array of
ModelSummary objects, each of which lists a model. |
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
ListModelsResponse.Builder.models(ModelSummary... models)
An array of
ModelSummary objects, each of which lists a model. |
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
ListModelsResponse.Builder.models(Collection<ModelSummary> models)
An array of
ModelSummary objects, each of which lists a model. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ModelSummary> |
ListModelsIterable.models()
Returns an iterable to iterate through the paginated
ListModelsResponse.models() member. |
SdkPublisher<ModelSummary> |
ListModelsPublisher.models()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.