PropertiesList: Workflow PropertiesList class

PropertiesListR Documentation

Workflow PropertiesList class

Description

PropertiesList for use in workflow expressions

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Create a PropertiesList instance representing the given shape.

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

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

shape_name

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

service_name

(str): The botocore service name.

root_shape_name

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


Method get_item()

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

Usage
PropertiesList$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
PropertiesList$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.