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