| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.builder() |
S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.Builder.destinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
default S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.Builder.ownerSetting(Consumer<ResourceDownloadOwnerSetting.Builder> ownerSetting)
Sets the value of the OwnerSetting property for this object.
|
S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.Builder.ownerSetting(ResourceDownloadOwnerSetting ownerSetting)
Sets the value of the OwnerSetting property for this object.
|
S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.Builder.s3Uri(String s3Uri)
The URI of the source model in an S3 bucket.
|
S3MachineLearningModelResourceData.Builder |
S3MachineLearningModelResourceData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3MachineLearningModelResourceData.Builder> |
S3MachineLearningModelResourceData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDataContainer.Builder |
ResourceDataContainer.Builder.s3MachineLearningModelResourceData(Consumer<S3MachineLearningModelResourceData.Builder> s3MachineLearningModelResourceData)
Attributes that define an Amazon S3 machine learning resource.
|
Copyright © 2022. All rights reserved.