AWS sagemaker documentation change
Summary
Updated documentation link for remote function specification
Security assessment
Change only updates a URL reference without modifying security-related content. No security implications are present in the link update.
Diff
diff --git a/sagemaker/latest/dg/train-remote-decorator-invocation.md b/sagemaker/latest/dg/train-remote-decorator-invocation.md index a435c63a6..6e1892e08 100644 --- a//sagemaker/latest/dg/train-remote-decorator-invocation.md +++ b//sagemaker/latest/dg/train-remote-decorator-invocation.md @@ -382 +382 @@ The following code example shows how to define a function and call it using the -The `max_parallel_job` parameter only serves as a rate limiting mechanism without optimizing compute resource allocation. In the previous code example, `RemoteExecutor` doesn’t reserve compute resources for the two parallel jobs before any jobs are submitted. For more information about `max_parallel_job` or other parameters for the @remote decorator, see [Remote function classes and methods specification](https://sagemaker.readthedocs.io/en/stable/remote_function/sagemaker.remote_function.html). +The `max_parallel_job` parameter only serves as a rate limiting mechanism without optimizing compute resource allocation. In the previous code example, `RemoteExecutor` doesn’t reserve compute resources for the two parallel jobs before any jobs are submitted. For more information about `max_parallel_job` or other parameters for the @remote decorator, see [Remote function classes and methods specification](https://sagemaker.readthedocs.io/en/stable/api/sagemaker_train.html).