| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.InferenceRecommendationsJobStep
Description
Synopsis
- data InferenceRecommendationsJobStep = InferenceRecommendationsJobStep' {}
 - newInferenceRecommendationsJobStep :: RecommendationStepType -> Text -> RecommendationJobStatus -> InferenceRecommendationsJobStep
 - inferenceRecommendationsJobStep_inferenceBenchmark :: Lens' InferenceRecommendationsJobStep (Maybe RecommendationJobInferenceBenchmark)
 - inferenceRecommendationsJobStep_stepType :: Lens' InferenceRecommendationsJobStep RecommendationStepType
 - inferenceRecommendationsJobStep_jobName :: Lens' InferenceRecommendationsJobStep Text
 - inferenceRecommendationsJobStep_status :: Lens' InferenceRecommendationsJobStep RecommendationJobStatus
 
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
newInferenceRecommendationsJobStep Source #
Arguments
| :: RecommendationStepType | |
| -> Text | |
| -> RecommendationJobStatus | |
| -> InferenceRecommendationsJobStep | 
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_inferenceBenchmark :: Lens' InferenceRecommendationsJobStep (Maybe RecommendationJobInferenceBenchmark) Source #
The details for a specific benchmark.
inferenceRecommendationsJobStep_stepType :: Lens' InferenceRecommendationsJobStep RecommendationStepType Source #
The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different
 instance types.
inferenceRecommendationsJobStep_jobName :: Lens' InferenceRecommendationsJobStep Text Source #
The name of the Inference Recommender job.
inferenceRecommendationsJobStep_status :: Lens' InferenceRecommendationsJobStep RecommendationJobStatus Source #
The current status of the benchmark.