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