@@ -70,7 +70,8 @@ def __init__(
70
70
output_kms_key (str): The KMS key ID for processing job outputs (default: None).
71
71
max_runtime_in_seconds (int): Timeout in seconds (default: None).
72
72
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.
74
75
base_job_name (str): Prefix for processing job name. If not specified,
75
76
the processor generates a default job name, based on the
76
77
processing image name and current timestamp.
@@ -309,7 +310,8 @@ def __init__(
309
310
output_kms_key (str): The KMS key ID for processing job outputs (default: None).
310
311
max_runtime_in_seconds (int): Timeout in seconds (default: None).
311
312
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.
313
315
base_job_name (str): Prefix for processing name. If not specified,
314
316
the processor generates a default job name, based on the
315
317
processing image name and current timestamp.
0 commit comments