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 InferenceInputNameConfiguration = InferenceInputNameConfiguration' {}
- newInferenceInputNameConfiguration :: InferenceInputNameConfiguration
- inferenceInputNameConfiguration_timestampFormat :: Lens' InferenceInputNameConfiguration (Maybe Text)
- inferenceInputNameConfiguration_componentTimestampDelimiter :: 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.
InferenceInputNameConfiguration' | |
|
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:timestampFormat:InferenceInputNameConfiguration'
, inferenceInputNameConfiguration_timestampFormat
- The format of the timestamp, whether Epoch time, or standard, with or
without hyphens (-).
$sel:componentTimestampDelimiter:InferenceInputNameConfiguration'
, inferenceInputNameConfiguration_componentTimestampDelimiter
- 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 (-).
inferenceInputNameConfiguration_componentTimestampDelimiter :: Lens' InferenceInputNameConfiguration (Maybe Text) Source #
Indicates the delimiter character used between items in the data.