PropertiesMap: PropertiesMap class

PropertiesMapR Documentation

PropertiesMap class

Description

PropertiesMap for use in workflow expressions.

Super classes

sagemaker.workflow::PropertiesMeta -> sagemaker.workflow::PipelineVariable -> sagemaker.workflow::Properties -> PropertiesMap

Public fields

path

The parent path of the PropertiesMap instance.

shape_name

The botocore sagemaker service model shape name.

service_name

The botocore service name.

Methods

Public methods

Inherited methods

Method new()

Create a PropertiesMap instance representing the given shape.

Usage
PropertiesMap$new(path, shape_name = NULL, service_name = "sagemaker")
Arguments
path

(str): The parent path of the PropertiesMap instance.

shape_name

(str): The botocore sagemaker service model shape name.

service_name

(str): The botocore service name.


Method get_item()

Populate the indexing item with a Property, for both lists and dictionaries.

Usage
PropertiesMap$get_item(item)
Arguments
item

(Union[int, str]): The index of the item in sequence.


Method clone()

The objects of this class are cloneable with this method.

Usage
PropertiesMap$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.