| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SecondaryStatusTransition |
SecondaryStatusTransition.clone() |
SecondaryStatusTransition |
SecondaryStatusTransition.withEndTime(Date endTime)
A timestamp that shows when the training job transitioned out of this secondary status state into another
secondary status state or when the training job has ended.
|
SecondaryStatusTransition |
SecondaryStatusTransition.withStartTime(Date startTime)
A timestamp that shows when the training job transitioned to the current secondary status state.
|
SecondaryStatusTransition |
SecondaryStatusTransition.withStatus(SecondaryStatus status)
Contains a secondary status information from a training job.
|
SecondaryStatusTransition |
SecondaryStatusTransition.withStatus(String status)
Contains a secondary status information from a training job.
|
SecondaryStatusTransition |
SecondaryStatusTransition.withStatusMessage(String statusMessage)
A detailed description of the progress within a secondary status.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecondaryStatusTransition> |
TrainingJob.getSecondaryStatusTransitions()
A history of all of the secondary statuses that the training job has transitioned through.
|
List<SecondaryStatusTransition> |
DescribeTrainingJobResult.getSecondaryStatusTransitions()
A history of all of the secondary statuses that the training job has transitioned through.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob |
TrainingJob.withSecondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withSecondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJob.setSecondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
void |
DescribeTrainingJobResult.setSecondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
TrainingJob |
TrainingJob.withSecondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withSecondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)
A history of all of the secondary statuses that the training job has transitioned through.
|
Copyright © 2023. All rights reserved.