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 319b5f0 commit d5fea7aCopy full SHA for d5fea7a
src/sagemaker/workflow/callback_step.py
@@ -91,7 +91,8 @@ def __init__(
91
Args:
92
name (str): The name of the callback step.
93
sqs_queue_url (str): An SQS queue URL for receiving callback messages.
94
- inputs (dict): Input arguments that will be provided in the SQS message body of callback messages.
+ inputs (dict): Input arguments that will be provided
95
+ in the SQS message body of callback messages.
96
outputs (List[CallbackOutput]): Outputs that can be provided when completing a callback.
97
cache_config (CacheConfig): A `sagemaker.workflow.steps.CacheConfig` instance.
98
depends_on (List[str]): A list of step names this `sagemaker.workflow.steps.TransformStep`
0 commit comments