| 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.LookoutEquipment.Types.InferenceS3InputConfiguration
Description
Synopsis
- data InferenceS3InputConfiguration = InferenceS3InputConfiguration' {}
- newInferenceS3InputConfiguration :: Text -> InferenceS3InputConfiguration
- inferenceS3InputConfiguration_prefix :: Lens' InferenceS3InputConfiguration (Maybe Text)
- inferenceS3InputConfiguration_bucket :: Lens' InferenceS3InputConfiguration Text
Documentation
data InferenceS3InputConfiguration Source #
Specifies configuration information for the input data for the inference, including input data S3 location.
See: newInferenceS3InputConfiguration smart constructor.
Constructors
| InferenceS3InputConfiguration' | |
Instances
newInferenceS3InputConfiguration Source #
Create a value of InferenceS3InputConfiguration 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:prefix:InferenceS3InputConfiguration', inferenceS3InputConfiguration_prefix - The prefix for the S3 bucket used for the input data for the inference.
$sel:bucket:InferenceS3InputConfiguration', inferenceS3InputConfiguration_bucket - The bucket containing the input dataset for the inference.
inferenceS3InputConfiguration_prefix :: Lens' InferenceS3InputConfiguration (Maybe Text) Source #
The prefix for the S3 bucket used for the input data for the inference.
inferenceS3InputConfiguration_bucket :: Lens' InferenceS3InputConfiguration Text Source #
The bucket containing the input dataset for the inference.