public static interface ModelArtifacts.Builder extends CopyableBuilder<ModelArtifacts.Builder,ModelArtifacts>
Modifier and Type | Method and Description |
---|---|
ModelArtifacts.Builder |
s3ModelArtifacts(String s3ModelArtifacts)
The path of the S3 object that contains the model artifacts.
|
copy
applyMutation, build
ModelArtifacts.Builder s3ModelArtifacts(String s3ModelArtifacts)
The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz
.
s3ModelArtifacts
- The path of the S3 object that contains the model artifacts. For example,
s3://bucket-name/keynameprefix/model.tar.gz
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.