| PipelineVariable | R Documentation |
PipelineVariables must implement the expr property.
sagemaker.workflow::PropertiesMeta -> PipelineVariable
exprGet the expression structure for workflow service calls.
to_string()Prompt the pipeline to convert the pipeline variable to String in runtime
PipelineVariable$to_string()
startswith()Simulate the Python string's built-in method: startswith
PipelineVariable$startswith(prefix, start = NULL, end = NULL)
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).
bool: Always return False as Pipeline variables are parsed during execution runtime
endswith()Simulate the Python string's built-in method: endswith
PipelineVariable$endswith(suffix, start = NULL, end = NULL)
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).
bool: Always return False as Pipeline variables are parsed during execution runtime
clone()The objects of this class are cloneable with this method.
PipelineVariable$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.