sagemaker.core.workflow.properties#

The properties definitions for workflow.

Classes

Properties(step_name[, path, shape_name, ...])

Properties for use in workflow expressions.

PropertiesList(step_name, path[, ...])

PropertiesList for use in workflow expressions.

PropertiesMap(step_name, path[, shape_name, ...])

PropertiesMap for use in workflow expressions.

PropertiesMeta(*args, **kwargs)

Load an internal shapes attribute from the botocore service model

PropertyFile(name, output_name, path)

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: StepOutput

Properties 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: Properties

PropertiesList 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: Properties

PropertiesMap for use in workflow expressions.

class sagemaker.core.workflow.properties.PropertiesMeta(*args, **kwargs)[source]#

Bases: ABCMeta

Load 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: PipelineVariable

Provides 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#