| PropertiesMap | R Documentation |
PropertiesMap for use in workflow expressions.
sagemaker.workflow::PropertiesMeta -> sagemaker.workflow::PipelineVariable -> sagemaker.workflow::Properties -> PropertiesMap
pathThe parent path of the PropertiesMap instance.
shape_nameThe botocore sagemaker service model shape name.
service_nameThe botocore service name.
new()Create a PropertiesMap instance representing the given shape.
PropertiesMap$new(path, shape_name = NULL, service_name = "sagemaker")
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.
get_item()Populate the indexing item with a Property, for both lists and dictionaries.
PropertiesMap$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.
PropertiesMap$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.