Record | R Documentation |
A boto based Active Record class based on convention of CRUD operations.
sagemaker.core::ApiObject
-> Record
new()
Init Record.
Record$new(sagemaker_session = NULL, ...)
sagemaker_session
(sagemaker.session.Session): Session object which manages interactions with Amazon SageMaker APIs and any other AWS services needed. If not specified, the estimator creates one using the default AWS configuration chain.
...
parameters passed to 'R6' class 'ApiObject'
with_paws()
Update this ApiObject with a paws response.
Record$with_paws(paws_list)
paws_list
(dict): A dictionary of a paws response.
clone()
The objects of this class are cloneable with this method.
Record$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.