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

Description

 
Synopsis

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

Instances details
FromJSON EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

Generic EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

Associated Types

type Rep EndpointPerformance :: Type -> Type #

Read EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

Show EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

NFData EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

Methods

rnf :: EndpointPerformance -> () #

Eq EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

Hashable EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

type Rep EndpointPerformance Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointPerformance

type Rep EndpointPerformance = D1 ('MetaData "EndpointPerformance" "Amazonka.SageMaker.Types.EndpointPerformance" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EndpointPerformance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceMetrics) :*: S1 ('MetaSel ('Just "endpointInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInfo)))

newEndpointPerformance Source #

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.