Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ScalingPolicyMetric.Builder
-
Packages that use ScalingPolicyMetric.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ScalingPolicyMetric.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ScalingPolicyMetric.Builder Modifier and Type Method Description static ScalingPolicyMetric.BuilderScalingPolicyMetric. builder()ScalingPolicyMetric.BuilderScalingPolicyMetric.Builder. invocationsPerInstance(Integer invocationsPerInstance)The number of invocations sent to a model, normalized byInstanceCountin each ProductionVariant.ScalingPolicyMetric.BuilderScalingPolicyMetric.Builder. modelLatency(Integer modelLatency)The interval of time taken by a model to respond as viewed from SageMaker.ScalingPolicyMetric.BuilderScalingPolicyMetric. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ScalingPolicyMetric.Builder Modifier and Type Method Description static Class<? extends ScalingPolicyMetric.Builder>ScalingPolicyMetric. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ScalingPolicyMetric.Builder Modifier and Type Method Description default GetScalingConfigurationRecommendationResponse.BuilderGetScalingConfigurationRecommendationResponse.Builder. metric(Consumer<ScalingPolicyMetric.Builder> metric)An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
-