public static interface SageMakerMachineLearningModelResourceData.Builder extends SdkPojo, CopyableBuilder<SageMakerMachineLearningModelResourceData.Builder,SageMakerMachineLearningModelResourceData>
Modifier and Type | Method and Description |
---|---|
SageMakerMachineLearningModelResourceData.Builder |
destinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
SageMakerMachineLearningModelResourceData.Builder |
sageMakerJobArn(String sageMakerJobArn)
The ARN of the Amazon SageMaker training job that represents the source model.
|
copy
applyMutation, build
SageMakerMachineLearningModelResourceData.Builder destinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.SageMakerMachineLearningModelResourceData.Builder sageMakerJobArn(String sageMakerJobArn)
sageMakerJobArn
- The ARN of the Amazon SageMaker training job that represents the source model.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.