SagemakerError | R Documentation |
Create Sagemaker error format.
new()
Initialize SagemakerError class
SagemakerError$new(...)
...
(character): message to be outputted in error.
clone()
The objects of this class are cloneable with this method.
SagemakerError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> NotImplementedError
clone()
The objects of this class are cloneable with this method.
NotImplementedError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> ValueError
clone()
The objects of this class are cloneable with this method.
ValueError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> TypeError
clone()
The objects of this class are cloneable with this method.
TypeError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> sagemaker.core::ValueError
-> UnexpectedStatusError
new()
Initialize UnexpectedStatusError class
UnexpectedStatusError$new(..., allowed_statuses, actual_status)
...
(character): message to be outputted in error.
allowed_statuses
(character): allowed status from sagemaker
actual_status
(character): returning status from aws sagemaker
clone()
The objects of this class are cloneable with this method.
UnexpectedStatusError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> RuntimeError
clone()
The objects of this class are cloneable with this method.
RuntimeError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> AttributeError
clone()
The objects of this class are cloneable with this method.
AttributeError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> DataNotFoundError
clone()
The objects of this class are cloneable with this method.
DataNotFoundError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> sagemaker.core::DataNotFoundError
-> UnknownServiceError
clone()
The objects of this class are cloneable with this method.
UnknownServiceError$clone(deep = FALSE)
deep
Whether to make a deep clone.
sagemaker.core::SagemakerError
-> KeyError
clone()
The objects of this class are cloneable with this method.
KeyError$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.