Validation: Helper class

ValidationR Documentation

Helper class

Description

Check expression

Methods

Public methods


Method gt()

greater than

Usage
Validation$gt(minimum)
Arguments
minimum

(object): placeholder


Method ge()

greater equals

Usage
Validation$ge(minimum)
Arguments
minimum

(object): placeholder


Method lt()

less than

Usage
Validation$lt(maximum)
Arguments
maximum

(object): placeholder


Method le()

less equals

Usage
Validation$le(maximum)
Arguments
maximum

(object): placeholder


Method isin()

is in

Usage
Validation$isin(expected)
Arguments
expected

(object): placeholder


Method istype()

is data type

Usage
Validation$istype(expected)
Arguments
expected

(object): placeholder


Method clone()

The objects of this class are cloneable with this method.

Usage
Validation$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-mlcore documentation built on May 3, 2022, 10:08 a.m.