-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.31 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
50
51
52
53
54
55
56
57
Package: sagemaker.common
Type: Package
Title: R6sagemaker lower level api calls
Version: 0.2.0.9000
Authors@R: c(person("Dyfan", "Jones", email="[email protected]", role= c("aut", "cre")),
person("Amazon.com, Inc.", role = "cph"))
Description: `R6sagemaker` lower level api calls.
Imports:
data.table,
lgr,
R6,
fs,
jsonlite,
urltools,
utils,
zip,
stats,
sagemaker.debugger,
sagemaker.core
Suggests:
mockthat,
crayon,
testthat (>= 3.0.0)
Remotes:
DyfanJones/sagemaker-r-debugger,
DyfanJones/sagemaker-r-core
License: Apache License (>= 2.0)
Encoding: UTF-8
RoxygenNote: 7.2.0
Collate:
'r_utils.R'
'analytics.R'
'dataset_definition_inputs.R'
'network.R'
'job.R'
'processing.R'
'clarify.R'
'debugger.R'
'debugger_utils.R'
'debugger_profiler_constants.R'
'debugger_metrics_config.R'
'debugger_framework_profile.R'
'debugger_profiler_config.R'
'drift_check_baselines.R'
'lambda_helper.R'
'lineage_api_types.R'
'lineage_action.R'
'lineage_association.R'
'lineage_utils.R'
'lineage_artifact.R'
'lineage_context.R'
'lineage_visualizer.R'
'metadata_properties.R'
'serverless_serverless_inference_config.R'
'transformer.R'
'zzz.R'
Config/testthat/edition: 3