View source: R/wrangler_ingestion.R
generate_data_ingestion_flow_from_s3_input | R Documentation |
Generate the data ingestion only flow from s3 input
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 )
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 |
list: A flow only conduct data ingestion with 1-1 mapping output_name (str): The output name used to configure 'sagemaker.processing.FeatureStoreOutput'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.