ConditionIn | R Documentation |
A condition to check membership.
sagemaker.workflow::Entity
-> sagemaker.workflow::Condition
-> ConditionIn
new()
Construct a 'ConditionIn' condition to check membership.
ConditionIn$new(value, in_values)
value
(ConditionValueType): The execution variable, parameter, or property to use for the in comparison.
in_values
(List[Union[ConditionValueType, PrimitiveType]]): The list of values to check for membership in.
to_request()
Get the request structure for workflow service calls.
ConditionIn$to_request()
clone()
The objects of this class are cloneable with this method.
ConditionIn$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.