ConditionEquals: Workflow ConditionEquals Class

ConditionEqualsR Documentation

Workflow ConditionEquals Class

Description

A condition for equality comparisons.

Super classes

sagemaker.workflow::Entity -> sagemaker.workflow::Condition -> sagemaker.workflow::ConditionComparison -> ConditionEquals

Methods

Public methods

Inherited methods

Method new()

Construct A condition for equality comparisons.

Usage
ConditionEquals$new(left, right)
Arguments
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.


Method clone()

The objects of this class are cloneable with this method.

Usage
ConditionEquals$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.