| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<SecondaryStatusTransition> |
TrainingJob.secondaryStatusTransitions()
A history of all of the secondary statuses that the training job has transitioned through.
|
List<SecondaryStatusTransition> |
DescribeTrainingJobResponse.secondaryStatusTransitions()
A history of all of the secondary statuses that the training job has transitioned through.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.secondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.secondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob.Builder |
TrainingJob.Builder.secondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.secondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
Copyright © 2021. All rights reserved.