| 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.ModelLatencyThreshold
Description
Documentation
data ModelLatencyThreshold Source #
The model latency threshold.
See: newModelLatencyThreshold smart constructor.
Constructors
| ModelLatencyThreshold' | |
Fields
| |
Instances
newModelLatencyThreshold :: ModelLatencyThreshold Source #
Create a value of ModelLatencyThreshold 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:percentile:ModelLatencyThreshold', modelLatencyThreshold_percentile - The model latency percentile threshold.
$sel:valueInMilliseconds:ModelLatencyThreshold', modelLatencyThreshold_valueInMilliseconds - The model latency percentile value in milliseconds.
modelLatencyThreshold_percentile :: Lens' ModelLatencyThreshold (Maybe Text) Source #
The model latency percentile threshold.
modelLatencyThreshold_valueInMilliseconds :: Lens' ModelLatencyThreshold (Maybe Int) Source #
The model latency percentile value in milliseconds.