ConditionNot: Workflow ConditionNot class

ConditionNotR Documentation

Workflow ConditionNot class

Description

A condition for negating another 'Condition'.

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Construct a 'ConditionNot' condition for negating another 'Condition'.

Usage
ConditionNot$new(expression)
Arguments
expression

(Condition): A 'Condition' to take the negation of.


Method to_request()

Get the request structure for workflow service calls.

Usage
ConditionNot$to_request()

Method clone()

The objects of this class are cloneable with this method.

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