| Properties | R Documentation |
Properties for use in workflow expressions.
sagemaker.workflow::PropertiesMeta -> sagemaker.workflow::PipelineVariable -> Properties
shape_nameThe botocore sagemaker service model shape name.
shape_namesA List of the botocore sagemaker service model shape name
exprThe 'Get' expression dict for a 'Properties'.
new()Create a Properties instance representing the given shape.
Properties$new( path, shape_name = NULL, shape_names = NULL, service_name = "sagemaker" )
path(str): The parent path of the Properties instance.
shape_name(str): The botocore sagemaker service model shape name.
shape_names(str): A List of the botocore sagemaker service model shape name.
service_name(str):
clone()The objects of this class are cloneable with this method.
Properties$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.