Operator: Operator class for filtering JumpStart content.

OperatorR Documentation

Operator class for filtering JumpStart content.

Description

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.

Super class

sagemaker.core::Operand -> Operator

Methods

Public methods

Inherited methods

Method new()

Initializes “Operator“ instance.

Usage
Operator$new(
  resolved_value = BooleanValues$UNEVALUATED,
  unresolved_value = NULL
)
Arguments
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).


Method eval()

Evaluates operator.

Usage
Operator$eval()

Method clone()

The objects of this class are cloneable with this method.

Usage
Operator$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.