| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.FileSource
Description
Synopsis
- data FileSource = FileSource' {
- contentDigest :: Maybe Text
- contentType :: Maybe Text
- s3Uri :: Text
- newFileSource :: Text -> FileSource
- fileSource_contentDigest :: Lens' FileSource (Maybe Text)
- fileSource_contentType :: Lens' FileSource (Maybe Text)
- fileSource_s3Uri :: Lens' FileSource Text
Documentation
data FileSource Source #
Contains details regarding the file source.
See: newFileSource smart constructor.
Constructors
| FileSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> FileSource |
Create a value of FileSource 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:contentDigest:FileSource', fileSource_contentDigest - The digest of the file source.
$sel:contentType:FileSource', fileSource_contentType - The type of content stored in the file source.
$sel:s3Uri:FileSource', fileSource_s3Uri - The Amazon S3 URI for the file source.
fileSource_contentDigest :: Lens' FileSource (Maybe Text) Source #
The digest of the file source.
fileSource_contentType :: Lens' FileSource (Maybe Text) Source #
The type of content stored in the file source.
fileSource_s3Uri :: Lens' FileSource Text Source #
The Amazon S3 URI for the file source.