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.RecommendationJobInferenceBenchmark

Description

 
Synopsis

Documentation

data RecommendationJobInferenceBenchmark Source #

The details for a specific benchmark from an Inference Recommender job.

See: newRecommendationJobInferenceBenchmark smart constructor.

Instances

Instances details
FromJSON RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

Generic RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

Read RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

Show RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

NFData RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

Eq RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

Hashable RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

type Rep RecommendationJobInferenceBenchmark Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobInferenceBenchmark

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