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