generate_data_ingestion_flow_from_s3_input: generate data ingestion flow from s3 input

View source: R/wrangler_ingestion.R

generate_data_ingestion_flow_from_s3_inputR Documentation

generate data ingestion flow from s3 input

Description

Generate the data ingestion only flow from s3 input

Usage

generate_data_ingestion_flow_from_s3_input(
  input_name,
  s3_uri,
  s3_content_type = "csv",
  s3_has_header = FALSE,
  operator_version = "0.1",
  schema = NULL
)

Arguments

input_name

(str): the name of the input to flow source node

s3_uri

(str): uri for the s3 input to flow source node

s3_content_type

(str): s3 input content type

s3_has_header

(bool): flag indicating the input has header or not

operator_version

(str): the version of the operator

schema

(list): the schema for the data to be ingested

Value

list: A flow only conduct data ingestion with 1-1 mapping output_name (str): The output name used to configure 'sagemaker.processing.FeatureStoreOutput'


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.