ConditionComparison | R Documentation |
Generic comparison condition that can be used to derive specific condition comparisons.
sagemaker.workflow::Entity
-> sagemaker.workflow::Condition
-> ConditionComparison
left
The execution variable, parameter, or property to use in the comparison.
right
The execution variable, parameter, property, or Python primitive value to compare to.
new()
Initialize ConditionComparison Class
ConditionComparison$new( condition_type = enum_items(ConditionTypeEnum), left, right )
condition_type
(ConditionTypeEnum): The type of condition.
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.
to_request()
Get the request structure for workflow service calls.
ConditionComparison$to_request()
clone()
The objects of this class are cloneable with this method.
ConditionComparison$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.