@@ -198,8 +198,8 @@ def remote(
198
198
infrastructure after the completion of a training job, also known as SageMaker managed
199
199
warm pools. The use of warmpools reduces the latency time spent to provision new
200
200
resources. The default value for ``keep_alive_period_in_seconds`` is 0.
201
- NOTE: Additional charges associated with warm pools may apply. Using this parameter will
202
- also activate a new Persistent Cache feature, which will further reduce job start up
201
+ NOTE: Additional charges associated with warm pools may apply. Using this parameter also
202
+ activates a new pesistent cache feature, which will further reduce job start up
203
203
latency than over using SageMaker managed warm pools alone by caching the package source
204
204
downloaded in the previous runs.
205
205
@@ -587,9 +587,9 @@ def __init__(
587
587
provisioned infrastructure after the completion of a training job, also known as
588
588
SageMaker managed warm pools. The use of warmpools reduces the latency time spent to
589
589
provision new resources. The default value for ``keep_alive_period_in_seconds`` is 0.
590
- Additional charges associated with warm pools may apply. Using this parameter will
591
- also activate a new persistent cache feature, which will further reduce job start up
592
- latency than over using SageMaker managed warm pools alone by caching the package
590
+ NOTE: Additional charges associated with warm pools may apply. Using this parameter
591
+ also activates a new pesistent cache feature, which will further reduce job start
592
+ up latency than over using SageMaker managed warm pools alone by caching the package
593
593
source downloaded in the previous runs.
594
594
595
595
max_parallel_jobs (int): Maximum number of jobs that run in parallel. Defaults to 1.
0 commit comments