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