Uses of Interface
software.amazon.awssdk.services.sagemaker.model.WarmPoolStatus.Builder
-
Packages that use WarmPoolStatus.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WarmPoolStatus.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WarmPoolStatus.Builder Modifier and Type Method Description static WarmPoolStatus.BuilderWarmPoolStatus. builder()WarmPoolStatus.BuilderWarmPoolStatus.Builder. resourceRetainedBillableTimeInSeconds(Integer resourceRetainedBillableTimeInSeconds)The billable time in seconds used by the warm pool.WarmPoolStatus.BuilderWarmPoolStatus.Builder. reusedByJob(String reusedByJob)The name of the matching training job that reused the warm pool.WarmPoolStatus.BuilderWarmPoolStatus.Builder. status(String status)The status of the warm pool.WarmPoolStatus.BuilderWarmPoolStatus.Builder. status(WarmPoolResourceStatus status)The status of the warm pool.WarmPoolStatus.BuilderWarmPoolStatus. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type WarmPoolStatus.Builder Modifier and Type Method Description static Class<? extends WarmPoolStatus.Builder>WarmPoolStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type WarmPoolStatus.Builder Modifier and Type Method Description default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. warmPoolStatus(Consumer<WarmPoolStatus.Builder> warmPoolStatus)The status of the warm pool associated with the training job.default TrainingJobSummary.BuilderTrainingJobSummary.Builder. warmPoolStatus(Consumer<WarmPoolStatus.Builder> warmPoolStatus)The status of the warm pool associated with the training job.
-