Struct aws_sdk_sagemaker::model::endpoint_performance::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EndpointPerformance
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn metrics(self, input: InferenceMetrics) -> Self
pub fn metrics(self, input: InferenceMetrics) -> Self
The metrics for an existing endpoint.
sourcepub fn set_metrics(self, input: Option<InferenceMetrics>) -> Self
pub fn set_metrics(self, input: Option<InferenceMetrics>) -> Self
The metrics for an existing endpoint.
sourcepub fn endpoint_info(self, input: EndpointInfo) -> Self
pub fn endpoint_info(self, input: EndpointInfo) -> Self
Details about a customer endpoint that was compared in an Inference Recommender job.
sourcepub fn set_endpoint_info(self, input: Option<EndpointInfo>) -> Self
pub fn set_endpoint_info(self, input: Option<EndpointInfo>) -> Self
Details about a customer endpoint that was compared in an Inference Recommender job.
sourcepub fn build(self) -> EndpointPerformance
pub fn build(self) -> EndpointPerformance
Consumes the builder and constructs a EndpointPerformance
.