VulnerableJumpStartModelError | R Documentation |
Raise this exception only if the scope of attributes accessed in the specifications have vulnerabilities. For example, a model training script may have vulnerabilities, but not the hosting scripts. In such a case, raise a “VulnerableJumpStartModelError“ only when accessing the training specifications.
sagemaker.core::SagemakerError
-> VulnerableJumpStartModelError
new()
Instantiates VulnerableJumpStartModelError exception.
VulnerableJumpStartModelError$new( model_id = NULL, version = NULL, vulnerabilities = NULL, scope = 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).
vulnerabilities
(Optional[List[str]]): vulnerabilities associated with model. (Default: None).
scope
(str): JumpStart script scopes
message
(Optional[str]): error message
clone()
The objects of this class are cloneable with this method.
VulnerableJumpStartModelError$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.