pub struct Builder { /* private fields */ }
Expand description
A builder for ModelQualityBaselineConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn baselining_job_name(self, input: impl Into<String>) -> Self
pub fn baselining_job_name(self, input: impl Into<String>) -> Self
The name of the job that performs baselining for the monitoring job.
sourcepub fn set_baselining_job_name(self, input: Option<String>) -> Self
pub fn set_baselining_job_name(self, input: Option<String>) -> Self
The name of the job that performs baselining for the monitoring job.
sourcepub fn constraints_resource(self, input: MonitoringConstraintsResource) -> Self
pub fn constraints_resource(self, input: MonitoringConstraintsResource) -> Self
The constraints resource for a monitoring job.
sourcepub fn set_constraints_resource(
self,
input: Option<MonitoringConstraintsResource>
) -> Self
pub fn set_constraints_resource(
self,
input: Option<MonitoringConstraintsResource>
) -> Self
The constraints resource for a monitoring job.
sourcepub fn build(self) -> ModelQualityBaselineConfig
pub fn build(self) -> ModelQualityBaselineConfig
Consumes the builder and constructs a ModelQualityBaselineConfig
.