ConditionLessThanOrEqualTo | R Documentation |
A condition for less than or equal to comparisons.
sagemaker.workflow::Entity
-> sagemaker.workflow::Condition
-> sagemaker.workflow::ConditionComparison
-> ConditionLessThanOrEqualTo
new()
Construct ConditionLessThanOrEqualTo for less than or equal to comparisons.
ConditionLessThanOrEqualTo$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.
ConditionLessThanOrEqualTo$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.