CallbackOutput: Workflow CallbackOutput class

CallbackOutputR Documentation

Workflow CallbackOutput class

Description

Output for a callback step.

Public fields

output_name

The output name

output_type

The output type

Methods

Public methods


Method new()

Initialize CallbackOutput class

Usage
CallbackOutput$new(output_name, output_type = CallbackOutputTypeEnum$String)
Arguments
output_name

(str): The output name

output_type

(CallbackOutputTypeEnum): The output type


Method to_request()

Get the request structure for workflow service calls.

Usage
CallbackOutput$to_request()

Method expr()

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

Usage
CallbackOutput$expr(step_name)
Arguments
step_name

(str): The name of the step the callback step associated with this output belongs to.


Method format()

format class

Usage
CallbackOutput$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
CallbackOutput$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.