ExecutionVariable: Workflow ExecutionVariable class

ExecutionVariableR Documentation

Workflow ExecutionVariable class

Description

Pipeline execution variables for workflow.

Super class

sagemaker.workflow::Expression -> ExecutionVariable

Public fields

name

The name of the execution variable.

Active bindings

expr

The 'Get' expression dict for an 'ExecutionVariable'.

Methods

Public methods

Inherited methods

Method new()

Create a pipeline execution variable.

Usage
ExecutionVariable$new(name)
Arguments
name

(str): The name of the execution variable.


Method clone()

The objects of this class are cloneable with this method.

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