| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static SecondaryStatus |
SecondaryStatus.fromValue(String value)
Use this in place of valueOf.
|
static SecondaryStatus |
SecondaryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecondaryStatus[] |
SecondaryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingJob |
TrainingJob.withSecondaryStatus(SecondaryStatus secondaryStatus)
Provides detailed information about the state of the training job.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withSecondaryStatus(SecondaryStatus secondaryStatus)
Provides detailed information about the state of the training job.
|
SecondaryStatusTransition |
SecondaryStatusTransition.withStatus(SecondaryStatus status)
Contains a secondary status information from a training job.
|
Copyright © 2023. All rights reserved.