DeprecatedJumpStartModelError: Exception raised when trying to access a JumpStart model...

DeprecatedJumpStartModelErrorR Documentation

Exception raised when trying to access a JumpStart model deprecated specifications.

Description

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.

Super class

sagemaker.core::SagemakerError -> DeprecatedJumpStartModelError

Methods

Public methods

Inherited methods

Method new()

Instantiates DeprecatedJumpStartModelError exception.

Usage
DeprecatedJumpStartModelError$new(
  model_id = NULL,
  version = NULL,
  message = NULL
)
Arguments
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


Method clone()

The objects of this class are cloneable with this method.

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