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

Description

 
Synopsis

Documentation

data InferenceMetrics Source #

The metrics for an existing endpoint compared in an Inference Recommender job.

See: newInferenceMetrics smart constructor.

Constructors

InferenceMetrics' 

Fields

  • maxInvocations :: Int

    The expected maximum number of requests per minute for the instance.

  • modelLatency :: Int

    The expected model latency at maximum invocations per minute for the instance.

Instances

Instances details
FromJSON InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

Generic InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

Associated Types

type Rep InferenceMetrics :: Type -> Type #

Read InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

Show InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

NFData InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

Methods

rnf :: InferenceMetrics -> () #

Eq InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

Hashable InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

type Rep InferenceMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceMetrics

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

newInferenceMetrics Source #

Create a value of InferenceMetrics 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:maxInvocations:InferenceMetrics', inferenceMetrics_maxInvocations - The expected maximum number of requests per minute for the instance.

$sel:modelLatency:InferenceMetrics', inferenceMetrics_modelLatency - The expected model latency at maximum invocations per minute for the instance.

inferenceMetrics_maxInvocations :: Lens' InferenceMetrics Int Source #

The expected maximum number of requests per minute for the instance.

inferenceMetrics_modelLatency :: Lens' InferenceMetrics Int Source #

The expected model latency at maximum invocations per minute for the instance.