Record: Record class

RecordR Documentation

Record class

Description

A boto based Active Record class based on convention of CRUD operations.

Super class

sagemaker.core::ApiObject -> Record

Methods

Public methods

Inherited methods

Method new()

Init Record.

Usage
Record$new(sagemaker_session = NULL, ...)
Arguments
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'


Method with_paws()

Update this ApiObject with a paws response.

Usage
Record$with_paws(paws_list)
Arguments
paws_list

(dict): A dictionary of a paws response.


Method clone()

The objects of this class are cloneable with this method.

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