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