| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
WarmPoolStatus |
WarmPoolStatus.clone() |
WarmPoolStatus |
DescribeTrainingJobResult.getWarmPoolStatus()
The status of the warm pool associated with the training job.
|
WarmPoolStatus |
TrainingJobSummary.getWarmPoolStatus()
The status of the warm pool associated with the training job.
|
WarmPoolStatus |
WarmPoolStatus.withResourceRetainedBillableTimeInSeconds(Integer resourceRetainedBillableTimeInSeconds)
The billable time in seconds used by the warm pool.
|
WarmPoolStatus |
WarmPoolStatus.withReusedByJob(String reusedByJob)
The name of the matching training job that reused the warm pool.
|
WarmPoolStatus |
WarmPoolStatus.withStatus(String status)
The status of the warm pool.
|
WarmPoolStatus |
WarmPoolStatus.withStatus(WarmPoolResourceStatus status)
The status of the warm pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingJobResult.setWarmPoolStatus(WarmPoolStatus warmPoolStatus)
The status of the warm pool associated with the training job.
|
void |
TrainingJobSummary.setWarmPoolStatus(WarmPoolStatus warmPoolStatus)
The status of the warm pool associated with the training job.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withWarmPoolStatus(WarmPoolStatus warmPoolStatus)
The status of the warm pool associated with the training job.
|
TrainingJobSummary |
TrainingJobSummary.withWarmPoolStatus(WarmPoolStatus warmPoolStatus)
The status of the warm pool associated with the training job.
|
Copyright © 2025. All rights reserved.