| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSummary |
AlgorithmSummary.clone() |
AlgorithmSummary |
AlgorithmSummary.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
AlgorithmSummary |
AlgorithmSummary.withAlgorithmDescription(String algorithmDescription)
A brief description of the algorithm.
|
AlgorithmSummary |
AlgorithmSummary.withAlgorithmName(String algorithmName)
The name of the algorithm that is described by the summary.
|
AlgorithmSummary |
AlgorithmSummary.withAlgorithmStatus(AlgorithmStatus algorithmStatus)
The overall status of the algorithm.
|
AlgorithmSummary |
AlgorithmSummary.withAlgorithmStatus(String algorithmStatus)
The overall status of the algorithm.
|
AlgorithmSummary |
AlgorithmSummary.withCreationTime(Date creationTime)
A timestamp that shows when the algorithm was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmSummary> |
ListAlgorithmsResult.getAlgorithmSummaryList()
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
| Modifier and Type | Method and Description |
|---|---|
ListAlgorithmsResult |
ListAlgorithmsResult.withAlgorithmSummaryList(AlgorithmSummary... algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlgorithmsResult.setAlgorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
ListAlgorithmsResult |
ListAlgorithmsResult.withAlgorithmSummaryList(Collection<AlgorithmSummary> algorithmSummaryList)
>An array of
AlgorithmSummary objects, each of which lists an algorithm. |
Copyright © 2025. All rights reserved.