Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EndpointPerformance.Builder
-
Packages that use EndpointPerformance.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointPerformance.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointPerformance.Builder Modifier and Type Method Description static EndpointPerformance.BuilderEndpointPerformance. builder()default EndpointPerformance.BuilderEndpointPerformance.Builder. endpointInfo(Consumer<EndpointInfo.Builder> endpointInfo)Sets the value of the EndpointInfo property for this object.EndpointPerformance.BuilderEndpointPerformance.Builder. endpointInfo(EndpointInfo endpointInfo)Sets the value of the EndpointInfo property for this object.default EndpointPerformance.BuilderEndpointPerformance.Builder. metrics(Consumer<InferenceMetrics.Builder> metrics)The metrics for an existing endpoint.EndpointPerformance.BuilderEndpointPerformance.Builder. metrics(InferenceMetrics metrics)The metrics for an existing endpoint.EndpointPerformance.BuilderEndpointPerformance. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointPerformance.Builder Modifier and Type Method Description static Class<? extends EndpointPerformance.Builder>EndpointPerformance. serializableBuilderClass()
-