SagemakerError: SagemakerError

SagemakerErrorR Documentation

SagemakerError

Description

Create Sagemaker error format.

Methods

Public methods


Method new()

Initialize SagemakerError class

Usage
SagemakerError$new(...)
Arguments
...

(character): message to be outputted in error.


Method clone()

The objects of this class are cloneable with this method.

Usage
SagemakerError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> NotImplementedError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
NotImplementedError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> ValueError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
ValueError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> TypeError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
TypeError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super classes

sagemaker.core::SagemakerError -> sagemaker.core::ValueError -> UnexpectedStatusError

Methods

Public methods

Inherited methods

Method new()

Initialize UnexpectedStatusError class

Usage
UnexpectedStatusError$new(..., allowed_statuses, actual_status)
Arguments
...

(character): message to be outputted in error.

allowed_statuses

(character): allowed status from sagemaker

actual_status

(character): returning status from aws sagemaker


Method clone()

The objects of this class are cloneable with this method.

Usage
UnexpectedStatusError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> RuntimeError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
RuntimeError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> AttributeError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
AttributeError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> DataNotFoundError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
DataNotFoundError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super classes

sagemaker.core::SagemakerError -> sagemaker.core::DataNotFoundError -> UnknownServiceError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
UnknownServiceError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Super class

sagemaker.core::SagemakerError -> KeyError

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

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