public static interface RecommendationJobStoppingConditions.Builder extends SdkPojo, CopyableBuilder<RecommendationJobStoppingConditions.Builder,RecommendationJobStoppingConditions>
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobStoppingConditions.Builder |
maxInvocations(Integer maxInvocations)
The maximum number of requests per minute expected for the endpoint.
|
RecommendationJobStoppingConditions.Builder |
modelLatencyThresholds(Collection<ModelLatencyThreshold> modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
RecommendationJobStoppingConditions.Builder |
modelLatencyThresholds(Consumer<ModelLatencyThreshold.Builder>... modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
RecommendationJobStoppingConditions.Builder |
modelLatencyThresholds(ModelLatencyThreshold... modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationJobStoppingConditions.Builder maxInvocations(Integer maxInvocations)
The maximum number of requests per minute expected for the endpoint.
maxInvocations - The maximum number of requests per minute expected for the endpoint.RecommendationJobStoppingConditions.Builder modelLatencyThresholds(Collection<ModelLatencyThreshold> 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.
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.Builder modelLatencyThresholds(ModelLatencyThreshold... 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.
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.Builder modelLatencyThresholds(Consumer<ModelLatencyThreshold.Builder>... 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.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #modelLatencyThresholds(List) .modelLatencyThresholds - a consumer that will call methods on List.Builder #modelLatencyThresholds(List) Copyright © 2022. All rights reserved.