| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmStatusItem |
AlgorithmStatusItem.clone() |
AlgorithmStatusItem |
AlgorithmStatusItem.withFailureReason(String failureReason)
if the overall status is
Failed, the reason for the failure. |
AlgorithmStatusItem |
AlgorithmStatusItem.withName(String name)
The name of the algorithm for which the overall status is being reported.
|
AlgorithmStatusItem |
AlgorithmStatusItem.withStatus(DetailedAlgorithmStatus status)
The current status.
|
AlgorithmStatusItem |
AlgorithmStatusItem.withStatus(String status)
The current status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmStatusItem> |
AlgorithmStatusDetails.getImageScanStatuses()
The status of the scan of the algorithm's Docker image container.
|
List<AlgorithmStatusItem> |
AlgorithmStatusDetails.getValidationStatuses()
The status of algorithm validation.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmStatusDetails |
AlgorithmStatusDetails.withImageScanStatuses(AlgorithmStatusItem... imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
|
AlgorithmStatusDetails |
AlgorithmStatusDetails.withValidationStatuses(AlgorithmStatusItem... validationStatuses)
The status of algorithm validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmStatusDetails.setImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
|
void |
AlgorithmStatusDetails.setValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
The status of algorithm validation.
|
AlgorithmStatusDetails |
AlgorithmStatusDetails.withImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
|
AlgorithmStatusDetails |
AlgorithmStatusDetails.withValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
The status of algorithm validation.
|
Copyright © 2024. All rights reserved.