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.
|
default S3MachineLearningModelResourceData.Builder |
ownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting)
Sets the value of the OwnerSetting property for this object.
|
S3MachineLearningModelResourceData.Builder |
ownerSetting(ResourceDownloadOwnerSetting ownerSetting)
Sets the value of the OwnerSetting property for this object.
|
S3MachineLearningModelResourceData.Builder |
s3Uri(String s3Uri)
The URI of the source model in an S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3MachineLearningModelResourceData.Builder destinationPath(String destinationPath)
destinationPath - The absolute local path of the resource inside the Lambda environment.S3MachineLearningModelResourceData.Builder ownerSetting(ResourceDownloadOwnerSetting ownerSetting)
ownerSetting - The new value for the OwnerSetting property for this object.default S3MachineLearningModelResourceData.Builder ownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting)
ResourceDownloadOwnerSetting.Builder
avoiding the need to create one manually via ResourceDownloadOwnerSetting.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ownerSetting(ResourceDownloadOwnerSetting).ownerSetting - a consumer that will call methods on ResourceDownloadOwnerSetting.BuilderownerSetting(ResourceDownloadOwnerSetting)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 © 2022. All rights reserved.