| 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.InferenceRecommendation
Description
Synopsis
- data InferenceRecommendation = InferenceRecommendation' {}
- newInferenceRecommendation :: RecommendationMetrics -> EndpointOutputConfiguration -> ModelConfiguration -> InferenceRecommendation
- inferenceRecommendation_metrics :: Lens' InferenceRecommendation RecommendationMetrics
- inferenceRecommendation_endpointConfiguration :: Lens' InferenceRecommendation EndpointOutputConfiguration
- inferenceRecommendation_modelConfiguration :: Lens' InferenceRecommendation ModelConfiguration
Documentation
data InferenceRecommendation Source #
A list of recommendations made by Amazon SageMaker Inference Recommender.
See: newInferenceRecommendation smart constructor.
Constructors
| InferenceRecommendation' | |
Fields
| |
Instances
newInferenceRecommendation Source #
Arguments
| :: RecommendationMetrics | |
| -> EndpointOutputConfiguration | |
| -> ModelConfiguration | |
| -> InferenceRecommendation |
Create a value of InferenceRecommendation 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:InferenceRecommendation', inferenceRecommendation_metrics - The metrics used to decide what recommendation to make.
$sel:endpointConfiguration:InferenceRecommendation', inferenceRecommendation_endpointConfiguration - Defines the endpoint configuration parameters.
$sel:modelConfiguration:InferenceRecommendation', inferenceRecommendation_modelConfiguration - Defines the model configuration.
inferenceRecommendation_metrics :: Lens' InferenceRecommendation RecommendationMetrics Source #
The metrics used to decide what recommendation to make.
inferenceRecommendation_endpointConfiguration :: Lens' InferenceRecommendation EndpointOutputConfiguration Source #
Defines the endpoint configuration parameters.
inferenceRecommendation_modelConfiguration :: Lens' InferenceRecommendation ModelConfiguration Source #
Defines the model configuration.