public static interface S3MachineLearningModelResourceData.Builder extends SdkPojo, CopyableBuilder<S3MachineLearningModelResourceData.Builder,S3MachineLearningModelResourceData>
Modifier and Type | Method and Description |
---|---|
S3MachineLearningModelResourceData.Builder |
destinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
S3MachineLearningModelResourceData.Builder |
s3Uri(String s3Uri)
The URI of the source model in an S3 bucket.
|
copy
applyMutation, build
S3MachineLearningModelResourceData.Builder destinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.S3MachineLearningModelResourceData.Builder s3Uri(String s3Uri)
s3Uri
- The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.