LambdaOutput | R Documentation |
Output for a lambdaback step.
output_name
(str): The output name
output_type
(LambdaOutputTypeEnum): The output type
new()
Initialize LambdaOutput class
LambdaOutput$new(output_name, output_type = enum_items(LambdaOutputTypeEnum))
output_name
(str): The output name
output_type
(LambdaOutputTypeEnum): The output type
to_request()
Get the request structure for workflow service calls.
LambdaOutput$to_request()
expr()
The 'Get' expression dict for a 'LambdaOutput'.
LambdaOutput$expr(step_name)
step_name
(str): The name of the step the lambda step associated
format()
format class
LambdaOutput$format()
clone()
The objects of this class are cloneable with this method.
LambdaOutput$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.