Struct aws_sdk_glue::model::evaluation_metrics::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EvaluationMetrics.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transform_type(self, input: TransformType) -> Self
pub fn transform_type(self, input: TransformType) -> Self
The type of machine learning transform.
sourcepub fn set_transform_type(self, input: Option<TransformType>) -> Self
pub fn set_transform_type(self, input: Option<TransformType>) -> Self
The type of machine learning transform.
sourcepub fn find_matches_metrics(self, input: FindMatchesMetrics) -> Self
pub fn find_matches_metrics(self, input: FindMatchesMetrics) -> Self
The evaluation metrics for the find matches algorithm.
sourcepub fn set_find_matches_metrics(self, input: Option<FindMatchesMetrics>) -> Self
pub fn set_find_matches_metrics(self, input: Option<FindMatchesMetrics>) -> Self
The evaluation metrics for the find matches algorithm.
sourcepub fn build(self) -> EvaluationMetrics
pub fn build(self) -> EvaluationMetrics
Consumes the builder and constructs a EvaluationMetrics.