Properties | R Documentation |
Properties for use in workflow expressions.
sagemaker.workflow::PropertiesMeta
-> sagemaker.workflow::PipelineVariable
-> Properties
shape_name
The botocore sagemaker service model shape name.
shape_names
A List of the botocore sagemaker service model shape name
expr
The '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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.