create_pipeline_output: Put output of data pipeline step onto s3

Description Usage Arguments Value Examples

View source: R/deployment.R

Description

Properly version and timestamp output of a datapipeline step with associated metadata. Output needs to exist on local machine.

Usage

1
create_pipeline_output(output_object, model_name, component, version, type)

Arguments

output_object

R object representing output of pipeline step.

model_name

Name of the model/pipeline.

component

Name of pipeline step.

version

Version of input.

type

File type of output. (i.e. "rds", "txt", "csv")

Value

string with s3 file path

Examples

1
create_pipeline_output(training_data_final,"activation_curves", "train_dataprep", 2, "rds")

Everlane/everlaneR documentation built on Oct. 7, 2020, 3:13 p.m.