public static interface DriftCheckModelQuality.Builder extends SdkPojo, CopyableBuilder<DriftCheckModelQuality.Builder,DriftCheckModelQuality>
| Modifier and Type | Method and Description |
|---|---|
default DriftCheckModelQuality.Builder |
constraints(Consumer<MetricsSource.Builder> constraints)
Sets the value of the Constraints property for this object.
|
DriftCheckModelQuality.Builder |
constraints(MetricsSource constraints)
Sets the value of the Constraints property for this object.
|
default DriftCheckModelQuality.Builder |
statistics(Consumer<MetricsSource.Builder> statistics)
Sets the value of the Statistics property for this object.
|
DriftCheckModelQuality.Builder |
statistics(MetricsSource statistics)
Sets the value of the Statistics property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDriftCheckModelQuality.Builder statistics(MetricsSource statistics)
statistics - The new value for the Statistics property for this object.default DriftCheckModelQuality.Builder statistics(Consumer<MetricsSource.Builder> statistics)
MetricsSource.Builder avoiding the need
to create one manually via MetricsSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to statistics(MetricsSource).statistics - a consumer that will call methods on MetricsSource.Builderstatistics(MetricsSource)DriftCheckModelQuality.Builder constraints(MetricsSource constraints)
constraints - The new value for the Constraints property for this object.default DriftCheckModelQuality.Builder constraints(Consumer<MetricsSource.Builder> constraints)
MetricsSource.Builder avoiding the need
to create one manually via MetricsSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to constraints(MetricsSource).constraints - a consumer that will call methods on MetricsSource.Builderconstraints(MetricsSource)Copyright © 2022. All rights reserved.