sagemaker.core.helper.pipeline_variable#
Classes
PipelineVariables are placeholders for strings that are unknown before Pipeline execution |
- class sagemaker.core.helper.pipeline_variable.PipelineVariable[source]#
Bases:
ABCPipelineVariables 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.