@Generated(value="software.amazon.awssdk:codegen") public final class DriftCheckBaselines extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>
Represents the drift check baselines that can be used when the model monitor is set using the model package.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DriftCheckBaselines.Builder |
| Modifier and Type | Method and Description |
|---|---|
DriftCheckBias |
bias()
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
|
static DriftCheckBaselines.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DriftCheckExplainability |
explainability()
Represents the drift check explainability baselines that can be used when the model monitor is set using the
model package.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DriftCheckModelDataQuality |
modelDataQuality()
Represents the drift check model data quality baselines that can be used when the model monitor is set using the
model package.
|
DriftCheckModelQuality |
modelQuality()
Represents the drift check model quality baselines that can be used when the model monitor is set using the model
package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DriftCheckBaselines.Builder> |
serializableBuilderClass() |
DriftCheckBaselines.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DriftCheckBias bias()
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
public final DriftCheckExplainability explainability()
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
public final DriftCheckModelQuality modelQuality()
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
public final DriftCheckModelDataQuality modelDataQuality()
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
public DriftCheckBaselines.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>public static DriftCheckBaselines.Builder builder()
public static Class<? extends DriftCheckBaselines.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.