Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelLatencyThreshold
-
Packages that use ModelLatencyThreshold Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelLatencyThreshold in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelLatencyThreshold Modifier and Type Method Description List<ModelLatencyThreshold>RecommendationJobStoppingConditions. modelLatencyThresholds()The interval of time taken by a model to respond as viewed from SageMaker.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelLatencyThreshold Modifier and Type Method Description RecommendationJobStoppingConditions.BuilderRecommendationJobStoppingConditions.Builder. modelLatencyThresholds(ModelLatencyThreshold... modelLatencyThresholds)The interval of time taken by a model to respond as viewed from SageMaker.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelLatencyThreshold Modifier and Type Method Description RecommendationJobStoppingConditions.BuilderRecommendationJobStoppingConditions.Builder. modelLatencyThresholds(Collection<ModelLatencyThreshold> modelLatencyThresholds)The interval of time taken by a model to respond as viewed from SageMaker.
-