PipelineVariable: Base object for pipeline variables

PipelineVariableR Documentation

Base object for pipeline variables

Description

PipelineVariables must implement the expr property.

Super class

sagemaker.workflow::PropertiesMeta -> PipelineVariable

Active bindings

expr

Get the expression structure for workflow service calls.

Methods

Public methods

Inherited methods

Method to_string()

Prompt the pipeline to convert the pipeline variable to String in runtime

Usage
PipelineVariable$to_string()

Method startswith()

Simulate the Python string's built-in method: startswith

Usage
PipelineVariable$startswith(prefix, start = NULL, end = NULL)
Arguments
prefix

(str, tuple): The (tuple of) string to be checked.

start

(int): To set the start index of the matching boundary (default: None).

end

(int): To set the end index of the matching boundary (default: None).

Returns

bool: Always return False as Pipeline variables are parsed during execution runtime


Method endswith()

Simulate the Python string's built-in method: endswith

Usage
PipelineVariable$endswith(suffix, start = NULL, end = NULL)
Arguments
suffix

(str, tuple): The (tuple of) string to be checked.

start

(int): To set the start index of the matching boundary (default: None).

end

(int): To set the end index of the matching boundary (default: None).

Returns

bool: Always return False as Pipeline variables are parsed during execution runtime


Method clone()

The objects of this class are cloneable with this method.

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