ConditionComparison: Workflow ConditionComparison class

ConditionComparisonR Documentation

Workflow ConditionComparison class

Description

Generic comparison condition that can be used to derive specific condition comparisons.

Super classes

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

Public fields

left

The execution variable, parameter, or property to use in the comparison.

right

The execution variable, parameter, property, or Python primitive value to compare to.

Methods

Public methods

Inherited methods

Method new()

Initialize ConditionComparison Class

Usage
ConditionComparison$new(
  condition_type = enum_items(ConditionTypeEnum),
  left,
  right
)
Arguments
condition_type

(ConditionTypeEnum): The type of condition.

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 to_request()

Get the request structure for workflow service calls.

Usage
ConditionComparison$to_request()

Method clone()

The objects of this class are cloneable with this method.

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