ModelFilter | R Documentation |
For a given filter string "task == ic", the key corresponds to "task" and the value corresponds to "ic", with the operation being "==".
sagemaker.core::JumpStartDataHolderType
-> ModelFilter
new()
Instantiates “ModelFilter“ object.
ModelFilter$new(key, value, operator)
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.
clone()
The objects of this class are cloneable with this method.
ModelFilter$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.