CreateModelInput: CreateModelInput

CreateModelInputR Documentation

CreateModelInput

Description

A class containing parameters which can be used to create a SageMaker Model Parameters:

Public fields

instance_type

type or EC2 instance will be used for model deployment

accelerator_type

elastic inference accelerator type.

Methods

Public methods


Method new()

Initialize CreateModelInput class

Usage
CreateModelInput$new(instance_type = NULL, accelerator_type = NULL)
Arguments
instance_type

(str): type or EC2 instance will be used for model deployment.

accelerator_type

(str): elastic inference accelerator type.


Method format()

format class

Usage
CreateModelInput$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
CreateModelInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.