| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingJobStatus |
TrainingJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static TrainingJobStatus |
TrainingJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingJobStatus[] |
TrainingJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsForHyperParameterTuningJobRequest |
ListTrainingJobsForHyperParameterTuningJobRequest.withStatusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
|
ListTrainingJobsRequest |
ListTrainingJobsRequest.withStatusEquals(TrainingJobStatus statusEquals)
A filter that retrieves only training jobs with a specific status.
|
TrainingJob |
TrainingJob.withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
TrainingJobSummary |
TrainingJobSummary.withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
Copyright © 2023. All rights reserved.