| ParameterInteger | R Documentation |
Pipeline integer parameter for workflow.
sagemaker.workflow::Entity -> sagemaker.workflow::Parameter -> ParameterInteger
intReturn default value or implicit value
new()Create a pipeline integer parameter.
ParameterInteger$new(name, default_value = NULL)
name(str): The name of the parameter.
default_value(int): The default Python value of the parameter.
clone()The objects of this class are cloneable with this method.
ParameterInteger$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.