@Stability(value=Stable) public static final class CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty |
build()
Builds the configured instance.
|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder |
destinationPath(String destinationPath)
|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder |
ownerSetting(CfnResourceDefinition.ResourceDownloadOwnerSettingProperty ownerSetting)
|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder |
ownerSetting(IResolvable ownerSetting)
|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder |
sageMakerJobArn(String sageMakerJobArn)
|
@Stability(value=Stable) public CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder destinationPath(String destinationPath)
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.getDestinationPath()destinationPath - The absolute local path of the resource inside the Lambda environment. This parameter is required.this@Stability(value=Stable) public CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder sageMakerJobArn(String sageMakerJobArn)
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.getSageMakerJobArn()sageMakerJobArn - The Amazon Resource Name (ARN) of the Amazon SageMaker training job that represents the source model. This parameter is required.this@Stability(value=Stable) public CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder ownerSetting(IResolvable ownerSetting)
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.getOwnerSetting()ownerSetting - The owner setting for the downloaded machine learning resource.
For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide .this@Stability(value=Stable) public CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder ownerSetting(CfnResourceDefinition.ResourceDownloadOwnerSettingProperty ownerSetting)
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.getOwnerSetting()ownerSetting - The owner setting for the downloaded machine learning resource.
For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide .this@Stability(value=Stable) public CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty>CfnResourceDefinition.SageMakerMachineLearningModelResourceDataPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.