DeprecatedJumpStartModelError | R Documentation |
A deprecated specification for a JumpStart model does not mean the whole model is deprecated. There may be more recent specifications available for this model. For example, all specification before version “2.0.0“ may be deprecated, in such a case, the SDK would raise this exception only when specifications “1.*“ are accessed.
sagemaker.core::SagemakerError
-> DeprecatedJumpStartModelError
new()
Instantiates DeprecatedJumpStartModelError exception.
DeprecatedJumpStartModelError$new( model_id = NULL, version = NULL, message = NULL )
model_id
(Optional[str]): model ID of vulnerable JumpStart model. (Default: None).
version
(Optional[str]): version of vulnerable JumpStart model. (Default: None).
message
(Optional[str]): error message
clone()
The objects of this class are cloneable with this method.
DeprecatedJumpStartModelError$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.