ModelFilter: Data holder class to store model filters.

ModelFilterR Documentation

Data holder class to store model filters.

Description

For a given filter string "task == ic", the key corresponds to "task" and the value corresponds to "ic", with the operation being "==".

Super class

sagemaker.core::JumpStartDataHolderType -> ModelFilter

Methods

Public methods

Inherited methods

Method new()

Instantiates “ModelFilter“ object.

Usage
ModelFilter$new(key, value, operator)
Arguments
key

(str): The key in metadata for the model filter.

value

(str): The value of the metadata for the model filter.

operator

(str): The operator used in the model filter.


Method clone()

The objects of this class are cloneable with this method.

Usage
ModelFilter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.