ConditionIn: Workflow ConditionIn class

ConditionInR Documentation

Workflow ConditionIn class

Description

A condition to check membership.

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Construct a 'ConditionIn' condition to check membership.

Usage
ConditionIn$new(value, in_values)
Arguments
value

(ConditionValueType): The execution variable, parameter, or property to use for the in comparison.

in_values

(List[Union[ConditionValueType, PrimitiveType]]): The list of values to check for membership in.


Method to_request()

Get the request structure for workflow service calls.

Usage
ConditionIn$to_request()

Method clone()

The objects of this class are cloneable with this method.

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