sagemaker.core.helper.pipeline_variable

sagemaker.core.helper.pipeline_variable#

Classes

PipelineVariable()

PipelineVariables are placeholders for strings that are unknown before Pipeline execution

class sagemaker.core.helper.pipeline_variable.PipelineVariable[source]#

Bases: ABC

PipelineVariables are placeholders for strings that are unknown before Pipeline execution

PipelineVariable subclasses must implement the expr property. Its subclasses include: Parameter, Properties, Join, JsonGet, ExecutionVariable. StepOutput.

abstract property expr: Dict[str, Any] | List[Dict[str, Any]]#

Get the expression structure for workflow service calls.

to_string()[source]#

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