LambdaOutput: Workflow LambdaOutput class

LambdaOutputR Documentation

Workflow LambdaOutput class

Description

Output for a lambdaback step.

Public fields

output_name

(str): The output name

output_type

(LambdaOutputTypeEnum): The output type

Methods

Public methods


Method new()

Initialize LambdaOutput class

Usage
LambdaOutput$new(output_name, output_type = enum_items(LambdaOutputTypeEnum))
Arguments
output_name

(str): The output name

output_type

(LambdaOutputTypeEnum): The output type


Method to_request()

Get the request structure for workflow service calls.

Usage
LambdaOutput$to_request()

Method expr()

The 'Get' expression dict for a 'LambdaOutput'.

Usage
LambdaOutput$expr(step_name)
Arguments
step_name

(str): The name of the step the lambda step associated


Method format()

format class

Usage
LambdaOutput$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
LambdaOutput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.