| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DriftCheckBaselines |
DriftCheckBaselines.clone() |
DriftCheckBaselines |
ModelPackage.getDriftCheckBaselines()
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DriftCheckBaselines |
DescribeModelPackageResult.getDriftCheckBaselines()
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DriftCheckBaselines |
CreateModelPackageRequest.getDriftCheckBaselines()
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DriftCheckBaselines |
DriftCheckBaselines.withBias(DriftCheckBias bias)
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
|
DriftCheckBaselines |
DriftCheckBaselines.withExplainability(DriftCheckExplainability explainability)
Represents the drift check explainability baselines that can be used when the model monitor is set using the
model package.
|
DriftCheckBaselines |
DriftCheckBaselines.withModelDataQuality(DriftCheckModelDataQuality modelDataQuality)
Represents the drift check model data quality baselines that can be used when the model monitor is set using the
model package.
|
DriftCheckBaselines |
DriftCheckBaselines.withModelQuality(DriftCheckModelQuality modelQuality)
Represents the drift check model quality baselines that can be used when the model monitor is set using the model
package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackage.setDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
void |
DescribeModelPackageResult.setDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
void |
CreateModelPackageRequest.setDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
ModelPackage |
ModelPackage.withDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
CreateModelPackageRequest |
CreateModelPackageRequest.withDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
Copyright © 2024. All rights reserved.