-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.58 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: sagemaker.core
Type: Package
Title: Sagemaker core classes, methods and functions
Version: 0.1.2.9002
Authors@R: c(person("Dyfan", "Jones", email="[email protected]", role= c("aut", "cre")),
person("Amazon.com, Inc.", role = "cph"))
Description: Contains core classes, methods and functions that support `AWS Sagemaker R Software
Development Kit (SDK)`.
Imports:
data.table,
httr,
lgr,
methods,
urltools,
utils,
paws.common (>= 0.3.13),
paws,
processx,
fs,
jsonlite,
R6,
listenv
Suggests:
yaml,
crayon,
Matrix,
testthat,
mockthat,
RProtoBuf,
readr
License: Apache License (>= 2.0)
Encoding: UTF-8
RoxygenNote: 7.2.0
Collate:
'amazon_record_pb2.R'
'amazon_common.R'
'error.R'
'r_utils.R'
'utils.R'
'apiutils_paws_functions.R'
'apiutils_base_types.R'
'apiutils_utils.R'
'deprecations.R'
'workflow_utils.R'
'image_uris.R'
'fw_utils.R'
'git_utils.R'
'input.R'
'jumpstart_types.R'
'jumpstart_enums.R'
'jumpstart_constants.R'
'utilities_cache.R'
'jumpstart_exceptions.R'
'jumpstart_utils.R'
'jumpstart_parameters.R'
'jumpstart_cache.R'
'jumpstart_accessors.R'
'jumpstart_artifacts.R'
'jumpstart_filters.R'
'jumpstart_notebook_utils.R'
'jumpstart_validators.R'
's3.R'
'local_utils.R'
'local_data.R'
'pkg_variables.R'
'studio.R'
'vpc_utils.R'
'paws_session.R'
'logs.R'
'session.R'
'local_image.R'
'local_session.R'
'local_entities.R'
'zzz.R'