Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointPerformance
-
Packages that use EndpointPerformance Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointPerformance in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointPerformance Modifier and Type Method Description List<EndpointPerformance>DescribeInferenceRecommendationsJobResponse. endpointPerformances()The performance results from running an Inference Recommender job on an existing endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointPerformance Modifier and Type Method Description DescribeInferenceRecommendationsJobResponse.BuilderDescribeInferenceRecommendationsJobResponse.Builder. endpointPerformances(EndpointPerformance... endpointPerformances)The performance results from running an Inference Recommender job on an existing endpoint.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointPerformance Modifier and Type Method Description DescribeInferenceRecommendationsJobResponse.BuilderDescribeInferenceRecommendationsJobResponse.Builder. endpointPerformances(Collection<EndpointPerformance> endpointPerformances)The performance results from running an Inference Recommender job on an existing endpoint.
-