@@ -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