File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,8 @@ def __init__(
105
105
py_version (str): Python version you want to use for executing your
106
106
model training code (default: 'py2'). One of 'py2' or 'py3'.
107
107
framework_version (str): Chainer version you want to use for
108
- executing your model training code. List of supported versions
109
- https://github.com/aws/sagemaker-python-sdk#chainer-sagemaker-estimators.
110
- If not specified, this will default to 4.1.
108
+ executing your model training code. If not specified, this will
109
+ default to 4.1.
111
110
image_name (str): If specified, the estimator will use this image
112
111
for training and hosting, instead of selecting the appropriate
113
112
SageMaker official image based on framework_version and
Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ def __init__(
68
68
If ``source_dir`` is specified, then ``entry_point``
69
69
must point to a file located at the root of ``source_dir``.
70
70
framework_version (str): Scikit-learn version you want to use for
71
- executing your model training code. List of supported versions
72
- https://github.com/aws/sagemaker-python-sdk#sklearn-sagemaker-estimators
71
+ executing your model training code.
73
72
source_dir (str): Path (absolute, relative or an S3 URI) to a directory
74
73
with any other training source code dependencies aside from the entry
75
74
point file (default: None). If ``source_dir`` is an S3 URI, it must
Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ def __init__(
73
73
be executed as the entry point to training. If ``source_dir`` is specified,
74
74
then ``entry_point`` must point to a file located at the root of ``source_dir``.
75
75
framework_version (str): XGBoost version you want to use for executing your model
76
- training code. List of supported versions
77
- https://github.com/aws/sagemaker-python-sdk#xgboost-sagemaker-estimators
76
+ training code.
78
77
source_dir (str): Path (absolute, relative or an S3 URI) to a directory
79
78
with any other training source code dependencies aside from the entry
80
79
point file (default: None). If ``source_dir`` is an S3 URI, it must
You can’t perform that action at this time.
0 commit comments