amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.InferenceRecommendation

Description

 
Synopsis

Documentation

data InferenceRecommendation Source #

A list of recommendations made by Amazon SageMaker Inference Recommender.

See: newInferenceRecommendation smart constructor.

Constructors

InferenceRecommendation' 

Fields

Instances

Instances details
FromJSON InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

Generic InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

Associated Types

type Rep InferenceRecommendation :: Type -> Type #

Read InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

Show InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

NFData InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

Methods

rnf :: InferenceRecommendation -> () #

Eq InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

Hashable InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

type Rep InferenceRecommendation Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendation

type Rep InferenceRecommendation = D1 ('MetaData "InferenceRecommendation" "Amazonka.SageMaker.Types.InferenceRecommendation" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "InferenceRecommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationMetrics) :*: (S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointOutputConfiguration) :*: S1 ('MetaSel ('Just "modelConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelConfiguration))))

newInferenceRecommendation Source #

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.