| ConditionOr | R Documentation |
A condition for taking the logical OR of a list of 'Condition' instances.
sagemaker.workflow::Entity -> sagemaker.workflow::Condition -> ConditionOr
new()Construct a 'ConditionOr' condition.
ConditionOr$new(conditions = NULL)
conditions(List[Condition]): A list of 'Condition' instances to logically OR.
to_request()Get the request structure for workflow service calls.
ConditionOr$to_request()
clone()The objects of this class are cloneable with this method.
ConditionOr$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.