ConditionGreaterThan | R Documentation |
A condition for greater than comparisons.
sagemaker.workflow::Entity
-> sagemaker.workflow::Condition
-> sagemaker.workflow::ConditionComparison
-> ConditionGreaterThan
new()
Construct an instance of ConditionGreaterThan for greater than comparisons.
ConditionGreaterThan$new(left, right)
left
(ConditionValueType): The execution variable, parameter, or property to use in the comparison.
right
(Union[ConditionValueType, PrimitiveType]): The execution variable, parameter, property, or Python primitive value to compare to.
clone()
The objects of this class are cloneable with this method.
ConditionGreaterThan$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.