JumpStartECRSpecs | R Documentation |
Data class for JumpStart ECR specs.
Data class for JumpStart ECR specs.
sagemaker.core::JumpStartDataHolderType
-> JumpStartECRSpecs
new()
Initializes a JumpStartECRSpecs object from its json representation.
JumpStartECRSpecs$new(spec)
spec
(Dict[str, Any]): Dictionary representation of spec.
from_json()
Sets fields in object based on json.
JumpStartECRSpecs$from_json(json_obj)
json_obj
(Dict[str, Any]): Dictionary representation of spec.
to_json()
Returns json representation of JumpStartECRSpecs object in list format.
JumpStartECRSpecs$to_json()
clone()
The objects of this class are cloneable with this method.
JumpStartECRSpecs$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.