ConditionLessThanOrEqualTo: Workflow ConditionLessThanOrEqualTo class

ConditionLessThanOrEqualToR Documentation

Workflow ConditionLessThanOrEqualTo class

Description

A condition for less than or equal to comparisons.

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Construct ConditionLessThanOrEqualTo for less than or equal to comparisons.

Usage
ConditionLessThanOrEqualTo$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
ConditionLessThanOrEqualTo$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.