Interface ModelBiasBaselineConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelBiasBaselineConfig.Builder,,- ModelBiasBaselineConfig> - SdkBuilder<ModelBiasBaselineConfig.Builder,,- ModelBiasBaselineConfig> - SdkPojo
- Enclosing class:
- ModelBiasBaselineConfig
@Mutable
@NotThreadSafe
public static interface ModelBiasBaselineConfig.Builder
extends SdkPojo, CopyableBuilder<ModelBiasBaselineConfig.Builder,ModelBiasBaselineConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionbaseliningJobName(String baseliningJobName) The name of the baseline model bias job.default ModelBiasBaselineConfig.BuilderconstraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource) Sets the value of the ConstraintsResource property for this object.constraintsResource(MonitoringConstraintsResource constraintsResource) Sets the value of the ConstraintsResource property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
baseliningJobNameThe name of the baseline model bias job. - Parameters:
- baseliningJobName- The name of the baseline model bias job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
constraintsResourceModelBiasBaselineConfig.Builder constraintsResource(MonitoringConstraintsResource constraintsResource) Sets the value of the ConstraintsResource property for this object.- Parameters:
- constraintsResource- The new value for the ConstraintsResource property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
constraintsResourcedefault ModelBiasBaselineConfig.Builder constraintsResource(Consumer<MonitoringConstraintsResource.Builder> constraintsResource) Sets the value of the ConstraintsResource property for this object. This is a convenience method that creates an instance of theMonitoringConstraintsResource.Builderavoiding the need to create one manually viaMonitoringConstraintsResource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconstraintsResource(MonitoringConstraintsResource).- Parameters:
- constraintsResource- a consumer that will call methods on- MonitoringConstraintsResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-