| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| 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. |
Copyright © 2019. All rights reserved.