| 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.EndpointPerformance
Description
Documentation
data EndpointPerformance Source #
The performance results from running an Inference Recommender job on an existing endpoint.
See: newEndpointPerformance smart constructor.
Constructors
| EndpointPerformance' | |
Fields
| |
Instances
newEndpointPerformance Source #
Arguments
| :: InferenceMetrics | |
| -> EndpointInfo | |
| -> EndpointPerformance |
Create a value of EndpointPerformance 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:metrics:EndpointPerformance', endpointPerformance_metrics - The metrics for an existing endpoint.
$sel:endpointInfo:EndpointPerformance', endpointPerformance_endpointInfo - Undocumented member.
endpointPerformance_metrics :: Lens' EndpointPerformance InferenceMetrics Source #
The metrics for an existing endpoint.
endpointPerformance_endpointInfo :: Lens' EndpointPerformance EndpointInfo Source #
Undocumented member.