CreateModelInput | R Documentation |
A class containing parameters which can be used to create a SageMaker Model Parameters:
instance_type
type or EC2 instance will be used for model deployment
accelerator_type
elastic inference accelerator type.
new()
Initialize CreateModelInput class
CreateModelInput$new(instance_type = NULL, accelerator_type = NULL)
instance_type
(str): type or EC2 instance will be used for model deployment.
accelerator_type
(str): elastic inference accelerator type.
format()
format class
CreateModelInput$format()
clone()
The objects of this class are cloneable with this method.
CreateModelInput$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.