Skip to content

Commit f5648c6

Browse files
chuyang-dengChuyang Denglaurenyu
authored
doc: update Processing job max_runtime_in_seconds docstring (#1504)
* doc: specify S3 source_dir needs to point to a tar file * update source_dir doc * add quotes * doc: update Processing job max_runtime_in_seconds docstring * update doctring Co-authored-by: Chuyang Deng <[email protected]> Co-authored-by: Lauren Yu <[email protected]>
1 parent 9fdacea commit f5648c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/processing.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def __init__(
7070
output_kms_key (str): The KMS key ID for processing job outputs (default: None).
7171
max_runtime_in_seconds (int): Timeout in seconds (default: None).
7272
After this amount of time, Amazon SageMaker terminates the job,
73-
regardless of its current status.
73+
regardless of its current status. If `max_runtime_in_seconds` is not
74+
specified, the default value is 24 hours.
7475
base_job_name (str): Prefix for processing job name. If not specified,
7576
the processor generates a default job name, based on the
7677
processing image name and current timestamp.
@@ -309,7 +310,8 @@ def __init__(
309310
output_kms_key (str): The KMS key ID for processing job outputs (default: None).
310311
max_runtime_in_seconds (int): Timeout in seconds (default: None).
311312
After this amount of time, Amazon SageMaker terminates the job,
312-
regardless of its current status.
313+
regardless of its current status. If `max_runtime_in_seconds` is not
314+
specified, the default value is 24 hours.
313315
base_job_name (str): Prefix for processing name. If not specified,
314316
the processor generates a default job name, based on the
315317
processing image name and current timestamp.

0 commit comments

Comments
 (0)