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

Description

 
Synopsis

Documentation

data InferenceRecommendationsJobStep Source #

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

See: newInferenceRecommendationsJobStep smart constructor.

Constructors

InferenceRecommendationsJobStep' 

Fields

Instances

Instances details
FromJSON InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

Generic InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

Associated Types

type Rep InferenceRecommendationsJobStep :: Type -> Type #

Read InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

Show InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

NFData InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

Eq InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

Hashable InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

type Rep InferenceRecommendationsJobStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJobStep

type Rep InferenceRecommendationsJobStep = D1 ('MetaData "InferenceRecommendationsJobStep" "Amazonka.SageMaker.Types.InferenceRecommendationsJobStep" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "InferenceRecommendationsJobStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inferenceBenchmark") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationJobInferenceBenchmark)) :*: S1 ('MetaSel ('Just "stepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationStepType)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationJobStatus))))

newInferenceRecommendationsJobStep Source #

Create a value of InferenceRecommendationsJobStep 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:inferenceBenchmark:InferenceRecommendationsJobStep', inferenceRecommendationsJobStep_inferenceBenchmark - The details for a specific benchmark.

$sel:stepType:InferenceRecommendationsJobStep', inferenceRecommendationsJobStep_stepType - The type of the subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

$sel:jobName:InferenceRecommendationsJobStep', inferenceRecommendationsJobStep_jobName - The name of the Inference Recommender job.

$sel:status:InferenceRecommendationsJobStep', inferenceRecommendationsJobStep_status - The current status of the benchmark.

inferenceRecommendationsJobStep_stepType :: Lens' InferenceRecommendationsJobStep RecommendationStepType Source #

The type of the subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.