Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data S3MachineLearningModelResourceData = S3MachineLearningModelResourceData' {}
- newS3MachineLearningModelResourceData :: S3MachineLearningModelResourceData
- s3MachineLearningModelResourceData_ownerSetting :: Lens' S3MachineLearningModelResourceData (Maybe ResourceDownloadOwnerSetting)
- s3MachineLearningModelResourceData_destinationPath :: Lens' S3MachineLearningModelResourceData (Maybe Text)
- s3MachineLearningModelResourceData_s3Uri :: Lens' S3MachineLearningModelResourceData (Maybe Text)
Documentation
data S3MachineLearningModelResourceData Source #
Attributes that define an Amazon S3 machine learning resource.
See: newS3MachineLearningModelResourceData
smart constructor.
S3MachineLearningModelResourceData' | |
|
Instances
newS3MachineLearningModelResourceData :: S3MachineLearningModelResourceData Source #
Create a value of S3MachineLearningModelResourceData
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ownerSetting:S3MachineLearningModelResourceData'
, s3MachineLearningModelResourceData_ownerSetting
- Undocumented member.
$sel:destinationPath:S3MachineLearningModelResourceData'
, s3MachineLearningModelResourceData_destinationPath
- The absolute local path of the resource inside the Lambda environment.
$sel:s3Uri:S3MachineLearningModelResourceData'
, s3MachineLearningModelResourceData_s3Uri
- The URI of the source model in an S3 bucket. The model package must be
in tar.gz or .zip format.
s3MachineLearningModelResourceData_ownerSetting :: Lens' S3MachineLearningModelResourceData (Maybe ResourceDownloadOwnerSetting) Source #
Undocumented member.
s3MachineLearningModelResourceData_destinationPath :: Lens' S3MachineLearningModelResourceData (Maybe Text) Source #
The absolute local path of the resource inside the Lambda environment.
s3MachineLearningModelResourceData_s3Uri :: Lens' S3MachineLearningModelResourceData (Maybe Text) Source #
The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.