| 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.InferenceMetrics
Description
Documentation
data InferenceMetrics Source #
The metrics for an existing endpoint compared in an Inference Recommender job.
See: newInferenceMetrics smart constructor.
Constructors
| InferenceMetrics' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> InferenceMetrics |
Create a value of InferenceMetrics 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:maxInvocations:InferenceMetrics', inferenceMetrics_maxInvocations - The expected maximum number of requests per minute for the instance.
$sel:modelLatency:InferenceMetrics', inferenceMetrics_modelLatency - The expected model latency at maximum invocations per minute for the
instance.
inferenceMetrics_maxInvocations :: Lens' InferenceMetrics Int Source #
The expected maximum number of requests per minute for the instance.
inferenceMetrics_modelLatency :: Lens' InferenceMetrics Int Source #
The expected model latency at maximum invocations per minute for the instance.