Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceMetrics
-
Packages that use InferenceMetrics Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceMetrics in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceMetrics Modifier and Type Method Description InferenceMetricsRecommendationJobInferenceBenchmark. endpointMetrics()Returns the value of the EndpointMetrics property for this object.InferenceMetricsEndpointPerformance. metrics()The metrics for an existing endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceMetrics Modifier and Type Method Description RecommendationJobInferenceBenchmark.BuilderRecommendationJobInferenceBenchmark.Builder. endpointMetrics(InferenceMetrics endpointMetrics)Sets the value of the EndpointMetrics property for this object.EndpointPerformance.BuilderEndpointPerformance.Builder. metrics(InferenceMetrics metrics)The metrics for an existing endpoint.
-