Skip to content

Commit 7e78bb1

Browse files
committed
clarify entrypoint
1 parent 5634fc0 commit 7e78bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/processing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def __init__(
6161
a processing job with.
6262
instance_type (str): The type of EC2 instance to use for
6363
processing, for example, 'ml.c4.xlarge'.
64-
entrypoint (str): The entrypoint for the processing job (default: None).
64+
entrypoint (list[str]): The entrypoint for the processing job (default: None).
65+
This is in the form of a list of strings that make a command.
6566
volume_size_in_gb (int): Size in GB of the EBS volume
6667
to use for storing data during processing (default: 30).
6768
volume_kms_key (str): A KMS key for the processing

0 commit comments

Comments
 (0)