| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmSummary> |
ListAlgorithmsResponse.algorithmSummaryList()
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResponse.Builder |
ListAlgorithmsResponse.Builder.algorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResponse.Builder |
ListAlgorithmsResponse.Builder.algorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
Copyright © 2019. All rights reserved.