pipeline_container_def: Create a definition for executing a pipeline of containers as...

View source: R/session.R

pipeline_container_defR Documentation

Create a definition for executing a pipeline of containers as part of a SageMaker model.

Description

Create a definition for executing a pipeline of containers as part of a SageMaker model.

Usage

pipeline_container_def(models, instance_type = NULL)

Arguments

models

(list[sagemaker.Model]): this will be a list of “sagemaker.Model“ objects in the order the inference should be invoked.

instance_type

(str): The EC2 instance type to deploy this Model to. For example, 'ml.p2.xlarge' (default: None).

Value

list[dict[str, str]]: list of container definition objects usable with with the CreateModel API for inference pipelines if passed via 'Containers' field.


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