| 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.RecommendationJobStoppingConditions
Description
Synopsis
- data RecommendationJobStoppingConditions = RecommendationJobStoppingConditions' {}
 - newRecommendationJobStoppingConditions :: RecommendationJobStoppingConditions
 - recommendationJobStoppingConditions_maxInvocations :: Lens' RecommendationJobStoppingConditions (Maybe Int)
 - recommendationJobStoppingConditions_modelLatencyThresholds :: Lens' RecommendationJobStoppingConditions (Maybe (NonEmpty ModelLatencyThreshold))
 
Documentation
data RecommendationJobStoppingConditions Source #
Specifies conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.
See: newRecommendationJobStoppingConditions smart constructor.
Constructors
| RecommendationJobStoppingConditions' | |
Fields 
  | |
Instances
newRecommendationJobStoppingConditions :: RecommendationJobStoppingConditions Source #
Create a value of RecommendationJobStoppingConditions 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:RecommendationJobStoppingConditions', recommendationJobStoppingConditions_maxInvocations - The maximum number of requests per minute expected for the endpoint.
$sel:modelLatencyThresholds:RecommendationJobStoppingConditions', recommendationJobStoppingConditions_modelLatencyThresholds - The interval of time taken by a model to respond as viewed from
 SageMaker. The interval includes the local communication time taken to
 send the request and to fetch the response from the container of a model
 and the time taken to complete the inference in the container.
recommendationJobStoppingConditions_maxInvocations :: Lens' RecommendationJobStoppingConditions (Maybe Int) Source #
The maximum number of requests per minute expected for the endpoint.
recommendationJobStoppingConditions_modelLatencyThresholds :: Lens' RecommendationJobStoppingConditions (Maybe (NonEmpty ModelLatencyThreshold)) Source #
The interval of time taken by a model to respond as viewed from SageMaker. The interval includes the local communication time taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.