sagemaker.core.workflow.properties#
The properties definitions for workflow.
Classes
|
Properties for use in workflow expressions. |
|
PropertiesList for use in workflow expressions. |
|
PropertiesMap for use in workflow expressions. |
|
Load an internal shapes attribute from the botocore service model |
|
Provides a property file struct. |
- class sagemaker.core.workflow.properties.Properties(step_name: str, path: str = None, shape_name: str = None, shape_names: List[str] = None, service_name: str = 'sagemaker', step: Step = None)[source]#
Bases:
StepOutputProperties for use in workflow expressions.
- property expr#
The ‘Get’ expression dict for a Properties.
- class sagemaker.core.workflow.properties.PropertiesList(step_name: str, path: str, shape_name: str = None, service_name: str = 'sagemaker', step: Step = None)[source]#
Bases:
PropertiesPropertiesList for use in workflow expressions.
- class sagemaker.core.workflow.properties.PropertiesMap(step_name: str, path: str, shape_name: str = None, service_name: str = 'sagemaker', step: Step = None)[source]#
Bases:
PropertiesPropertiesMap for use in workflow expressions.
- class sagemaker.core.workflow.properties.PropertiesMeta(*args, **kwargs)[source]#
Bases:
ABCMetaLoad an internal shapes attribute from the botocore service model
for sagemaker and emr service.
- class sagemaker.core.workflow.properties.PropertyFile(name: str, output_name: str, path: str)[source]#
Bases:
PipelineVariableProvides a property file struct.
- name#
The name of the property file for reference with JsonGet functions.
- Type:
str
- output_name#
The name of the processing job output channel.
- Type:
str
- path#
The path to the file at the output channel location.
- Type:
str
- property expr: Dict[str, str]#
The expression dict for a PropertyFile.
- name: str#
- output_name: str#
- path: str#