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