We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5634fc0 commit 7e78bb1Copy full SHA for 7e78bb1
src/sagemaker/processing.py
@@ -61,7 +61,8 @@ def __init__(
61
a processing job with.
62
instance_type (str): The type of EC2 instance to use for
63
processing, for example, 'ml.c4.xlarge'.
64
- entrypoint (str): The entrypoint for the processing job (default: None).
+ 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.
66
volume_size_in_gb (int): Size in GB of the EBS volume
67
to use for storing data during processing (default: 30).
68
volume_kms_key (str): A KMS key for the processing
0 commit comments