public static interface DriftCheckModelDataQuality.Builder extends SdkPojo, CopyableBuilder<DriftCheckModelDataQuality.Builder,DriftCheckModelDataQuality>
| Modifier and Type | Method and Description |
|---|---|
default DriftCheckModelDataQuality.Builder |
constraints(Consumer<MetricsSource.Builder> constraints)
Sets the value of the Constraints property for this object.
|
DriftCheckModelDataQuality.Builder |
constraints(MetricsSource constraints)
Sets the value of the Constraints property for this object.
|
default DriftCheckModelDataQuality.Builder |
statistics(Consumer<MetricsSource.Builder> statistics)
Sets the value of the Statistics property for this object.
|
DriftCheckModelDataQuality.Builder |
statistics(MetricsSource statistics)
Sets the value of the Statistics property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDriftCheckModelDataQuality.Builder statistics(MetricsSource statistics)
statistics - The new value for the Statistics property for this object.default DriftCheckModelDataQuality.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)DriftCheckModelDataQuality.Builder constraints(MetricsSource constraints)
constraints - The new value for the Constraints property for this object.default DriftCheckModelDataQuality.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.