Skip to content

Commit dcfb52d

Browse files
authored
Merge branch 'master' into algo_kix_region
2 parents 965b866 + 5c4a557 commit dcfb52d

File tree

586 files changed

+59643
-4611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

586 files changed

+59643
-4611
lines changed

.dictionary

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
args
2+
arn
3+
autoscaling
4+
aws
5+
bool
6+
boolean
7+
boto
8+
botocore
9+
clienterror
10+
cloudwatch
11+
cron
12+
config
13+
dataset
14+
datasets
15+
datetime
16+
desc
17+
docstring
18+
entrypoint
19+
env
20+
iam
21+
hyperparameter
22+
hyperparameters
23+
jupyter
24+
kms
25+
kwargs
26+
neo
27+
noqa
28+
rc
29+
runtime
30+
sagemaker
31+
stdout
32+
str
33+
subdirectories
34+
subnet
35+
subnets
36+
unexpectedstatusexception
37+
uri
38+
vpc

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://stackoverflow.com/questions/tagged/amazon-sagemaker
5-
about: Use Stack Overflow to ask and answer questions
4+
url: https://github.com/aws/sagemaker-python-sdk/discussions
5+
about: Use GitHub Discussions to ask and answer questions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ venv/
2525
*~
2626
.pytest_cache/
2727
*.swp
28-
.docker/
28+
.docker/
29+
env/
30+
.vscode/

.pydocstylerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pydocstyle]
22
inherit = false
3-
ignore = D104,D107,D202,D203,D205,D212,D213,D214,D400,D401,D404,D406,D407,D411,D413,D414,D415,D417
3+
ignore = D104,D107,D202,D203,D213,D214,D400,D401,D404,D406,D407,D411,D413,D414,D415,D417
44
match = (?!record_pb2).*\.py

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ spelling-dict=
292292
spelling-ignore-words=
293293

294294
# A path to a file that contains private dictionary; one word per line.
295-
spelling-private-dict-file=
295+
spelling-private-dict-file=.dictionary
296296

297297
# Tells whether to store unknown words to indicated private dictionary in
298298
# --spelling-private-dict-file option instead of raising a message.
@@ -314,7 +314,7 @@ ignored-modules=distutils
314314
# List of class names for which member attributes should not be checked (useful
315315
# for classes with dynamically set attributes). This supports the use of
316316
# qualified names.
317-
ignored-classes=optparse.Values,thread._local,_thread._local,matplotlib.cm,tensorflow.python,tensorflow,tensorflow.train.Example,RunOptions
317+
ignored-classes=optparse.Values,thread._local,_thread._local,matplotlib.cm,tensorflow.python,tensorflow,tensorflow.train.Example,RunOptions,sagemaker.workflow.properties.Properties
318318

319319
# List of members which are set dynamically and missed by pylint inference
320320
# system, and so shouldn't trigger E1101 when accessed. Python regular

0 commit comments

Comments
 (0)