@@ -198,8 +198,8 @@ def remote(
198198 infrastructure after the completion of a training job, also known as SageMaker managed
199199 warm pools. The use of warmpools reduces the latency time spent to provision new
200200 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
203203 latency than over using SageMaker managed warm pools alone by caching the package source
204204 downloaded in the previous runs.
205205
@@ -587,9 +587,9 @@ def __init__(
587587 provisioned infrastructure after the completion of a training job, also known as
588588 SageMaker managed warm pools. The use of warmpools reduces the latency time spent to
589589 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
593593 source downloaded in the previous runs.
594594
595595 max_parallel_jobs (int): Maximum number of jobs that run in parallel. Defaults to 1.
0 commit comments