CallbackStep | R Documentation |
Callback step for workflow.
Callback step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> CallbackStep
sqs_queue_url
An SQS queue URL for receiving callback messages.
inputs
Input arguments that will be provided in the SQS message body of callback messages
outputs
Outputs that can be provided when completing a callback.
cache_config
A list of step names this 'TransformStep'
arguments
The arguments dict that is used to define the callback step
properties
A Properties object representing the output parameters of the callback step.
new()
Constructs a CallbackStep.
CallbackStep$new( name, sqs_queue_url, inputs, outputs, display_name = NULL, description = NULL, cache_config = NULL, depends_on = NULL )
name
(str): The name of the callback step.
sqs_queue_url
(str): An SQS queue URL for receiving callback messages.
inputs
(dict): Input arguments that will be provided in the SQS message body of callback messages.
outputs
(List[CallbackOutput]): Outputs that can be provided when completing a callback.
display_name
(str): The display name of the callback step.
description
(str): The description of the callback step.
cache_config
(CacheConfig): A 'CacheConfig' instance.
depends_on
(List[str]): A list of step names this 'TransformStep' depends on
to_request()
Updates the dictionary with cache configuration.
CallbackStep$to_request()
clone()
The objects of this class are cloneable with this method.
CallbackStep$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.