| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageSummary> |
ListModelPackagesResponse.modelPackageSummaryList()
An array of
ModelPackageSummary objects, each of which lists a model package. |
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagesResponse.Builder |
ListModelPackagesResponse.Builder.modelPackageSummaryList(ModelPackageSummary... modelPackageSummaryList)
An array of
ModelPackageSummary objects, each of which lists a model package. |
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagesResponse.Builder |
ListModelPackagesResponse.Builder.modelPackageSummaryList(Collection<ModelPackageSummary> modelPackageSummaryList)
An array of
ModelPackageSummary objects, each of which lists a model package. |
Copyright © 2019. All rights reserved.