ConditionOr: Workflow ConditionOr class

ConditionOrR Documentation

Workflow ConditionOr class

Description

A condition for taking the logical OR of a list of 'Condition' instances.

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Construct a 'ConditionOr' condition.

Usage
ConditionOr$new(conditions = NULL)
Arguments
conditions

(List[Condition]): A list of 'Condition' instances to logically OR.


Method to_request()

Get the request structure for workflow service calls.

Usage
ConditionOr$to_request()

Method clone()

The objects of this class are cloneable with this method.

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