Class DriftCheckBaselines
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.DriftCheckBaselines
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DriftCheckBaselines.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DriftCheckBaselines.Builder>
serializableBuilderClass()
DriftCheckBaselines.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bias
public final DriftCheckBias bias()
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
- Returns:
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
-
explainability
public final DriftCheckExplainability explainability()
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
- Returns:
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
-
modelQuality
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.
- Returns:
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
-
modelDataQuality
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.
- Returns:
- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
-
toBuilder
public DriftCheckBaselines.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>
-
builder
public static DriftCheckBaselines.Builder builder()
-
serializableBuilderClass
public static Class<? extends DriftCheckBaselines.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-