Operator | R Documentation |
An operator in this case corresponds to an operand that is also an operation. For example, given the expression “(True or True) and True“, “(True or True)“ is an operand to an “And“ expression, but is also itself an operator. “(True or True) and True“ would also be considered an operator.
sagemaker.core::Operand
-> Operator
new()
Initializes “Operator“ instance.
Operator$new( resolved_value = BooleanValues$UNEVALUATED, unresolved_value = NULL )
resolved_value
(BooleanValues): Optional. The resolved value of the operator. (Default: BooleanValues.UNEVALUATED).
unresolved_value
(Any): Optional. The unresolved value of the operator. (Default: None).
eval()
Evaluates operator.
Operator$eval()
clone()
The objects of this class are cloneable with this method.
Operator$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.