data_source: Create Data Source(s)

Description Usage Arguments

Description

Create a data source for an AWS ML Model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
create_data_source(id, specification, name = NULL,
  compute_statistics = TRUE, iam_role = NULL, ...)

delete_data_source(id, ...)

spec_s3(data, schema, rearrangement)

spec_rds(data, schema, rearrangement)

spec_redshift(data, schema, rearrangement)

Arguments

id

A character string specifying an identifier for the model

specification

A list.

name

Optionally, a character string specifying a name for the data source

compute_statistics

A logical. This should be TRUE.

iam_role

If specification is for an RDS or Redshift source, an IAM role ARN.


cloudyr/aws.ml documentation built on Jan. 12, 2020, 8:33 p.m.