-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: stepfunctions
Type: Package
Title: R SDK for `AWS Stepfunctions`
Version: 0.2.0
Authors@R: c(person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", role= c("aut", "cre")),
person("Amazon.com, Inc.", role = "cph"))
Description: Step Functions Data Science `SDK` for building machine learning (`ML`) workflows and pipelines on `AWS`
using the R `SDK` `paws`.
Imports:
lgr,
jsonlite,
paws,
R6,
tools,
yaml,
glue
Suggests:
testthat,
crayon,
R6sagemaker,
IRdisplay
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Collate:
'inputs_utils.R'
'inputs_placeholders.R'
'stepfunctions.R'
'utils.R'
'steps_choice_rule.R'
'steps_utils.R'
'steps_integrate_resources.R'
'steps_fields.R'
'steps_states.R'
'steps_compute.R'
'steps_sagemaker.R'
'steps_service.R'
'template_utils.R'
'template_pipeline_common.R'
'workflow_cloudformation.R'
'workflow_widgets_utils.R'
'workflow_widgets_workflows_table.R'
'workflow_widgets_event_table.R'
'workflow_widgets_graph.R'
'workflow_stepfunctions.R'
'template_pipeline_inference.R'
'template_pipeline_train.R'
'workflow_widgets_executions_table.R'