| PropertiesList | R Documentation |
PropertiesList for use in workflow expressions
sagemaker.workflow::PropertiesMeta -> sagemaker.workflow::PipelineVariable -> sagemaker.workflow::Properties -> PropertiesList
new()Create a PropertiesList instance representing the given shape.
PropertiesList$new(path, shape_name = NULL, service_name = "sagemaker")
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.
get_item()Populate the indexing item with a Property, for both lists and dictionaries.
PropertiesList$get_item(item)
item(Union[int, str]): The index of the item in sequence.
clone()The objects of this class are cloneable with this method.
PropertiesList$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.