| 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.InferenceInputNameConfiguration
Description
Synopsis
- data InferenceInputNameConfiguration = InferenceInputNameConfiguration' {}
- newInferenceInputNameConfiguration :: InferenceInputNameConfiguration
- inferenceInputNameConfiguration_componentTimestampDelimiter :: Lens' InferenceInputNameConfiguration (Maybe Text)
- inferenceInputNameConfiguration_timestampFormat :: Lens' InferenceInputNameConfiguration (Maybe Text)
Documentation
data InferenceInputNameConfiguration Source #
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
See: newInferenceInputNameConfiguration smart constructor.
Constructors
| InferenceInputNameConfiguration' | |
Fields
| |
Instances
newInferenceInputNameConfiguration :: InferenceInputNameConfiguration Source #
Create a value of InferenceInputNameConfiguration 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:componentTimestampDelimiter:InferenceInputNameConfiguration', inferenceInputNameConfiguration_componentTimestampDelimiter - Indicates the delimiter character used between items in the data.
$sel:timestampFormat:InferenceInputNameConfiguration', inferenceInputNameConfiguration_timestampFormat - The format of the timestamp, whether Epoch time, or standard, with or
without hyphens (-).
inferenceInputNameConfiguration_componentTimestampDelimiter :: Lens' InferenceInputNameConfiguration (Maybe Text) Source #
Indicates the delimiter character used between items in the data.
inferenceInputNameConfiguration_timestampFormat :: Lens' InferenceInputNameConfiguration (Maybe Text) Source #
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).