Struct aws_sdk_machinelearning::model::performance_metrics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PerformanceMetrics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
pub fn set_properties(self, input: Option<HashMap<String, String>>) -> Self
sourcepub fn build(self) -> PerformanceMetrics
pub fn build(self) -> PerformanceMetrics
Consumes the builder and constructs a PerformanceMetrics
.