| 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.RecommendationJobInferenceBenchmark
Description
Synopsis
- data RecommendationJobInferenceBenchmark = RecommendationJobInferenceBenchmark' {}
 - newRecommendationJobInferenceBenchmark :: ModelConfiguration -> RecommendationJobInferenceBenchmark
 - recommendationJobInferenceBenchmark_endpointConfiguration :: Lens' RecommendationJobInferenceBenchmark (Maybe EndpointOutputConfiguration)
 - recommendationJobInferenceBenchmark_failureReason :: Lens' RecommendationJobInferenceBenchmark (Maybe Text)
 - recommendationJobInferenceBenchmark_metrics :: Lens' RecommendationJobInferenceBenchmark (Maybe RecommendationMetrics)
 - recommendationJobInferenceBenchmark_modelConfiguration :: Lens' RecommendationJobInferenceBenchmark ModelConfiguration
 
Documentation
data RecommendationJobInferenceBenchmark Source #
The details for a specific benchmark from an Inference Recommender job.
See: newRecommendationJobInferenceBenchmark smart constructor.
Constructors
| RecommendationJobInferenceBenchmark' | |
Fields 
  | |
Instances
newRecommendationJobInferenceBenchmark Source #
Arguments
| :: ModelConfiguration | 
  | 
| -> RecommendationJobInferenceBenchmark | 
Create a value of RecommendationJobInferenceBenchmark 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:endpointConfiguration:RecommendationJobInferenceBenchmark', recommendationJobInferenceBenchmark_endpointConfiguration - Undocumented member.
$sel:failureReason:RecommendationJobInferenceBenchmark', recommendationJobInferenceBenchmark_failureReason - The reason why a benchmark failed.
$sel:metrics:RecommendationJobInferenceBenchmark', recommendationJobInferenceBenchmark_metrics - Undocumented member.
$sel:modelConfiguration:RecommendationJobInferenceBenchmark', recommendationJobInferenceBenchmark_modelConfiguration - Undocumented member.
recommendationJobInferenceBenchmark_endpointConfiguration :: Lens' RecommendationJobInferenceBenchmark (Maybe EndpointOutputConfiguration) Source #
Undocumented member.
recommendationJobInferenceBenchmark_failureReason :: Lens' RecommendationJobInferenceBenchmark (Maybe Text) Source #
The reason why a benchmark failed.
recommendationJobInferenceBenchmark_metrics :: Lens' RecommendationJobInferenceBenchmark (Maybe RecommendationMetrics) Source #
Undocumented member.