| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FileSource |
FileSource.clone() |
FileSource |
DriftCheckExplainability.getConfigFile()
The explainability config file for the model.
|
FileSource |
DriftCheckBias.getConfigFile()
The bias config file for a model.
|
FileSource |
FileSource.withContentDigest(String contentDigest)
The digest of the file source.
|
FileSource |
FileSource.withContentType(String contentType)
The type of content stored in the file source.
|
FileSource |
FileSource.withS3Uri(String s3Uri)
The Amazon S3 URI for the file source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DriftCheckExplainability.setConfigFile(FileSource configFile)
The explainability config file for the model.
|
void |
DriftCheckBias.setConfigFile(FileSource configFile)
The bias config file for a model.
|
DriftCheckExplainability |
DriftCheckExplainability.withConfigFile(FileSource configFile)
The explainability config file for the model.
|
DriftCheckBias |
DriftCheckBias.withConfigFile(FileSource configFile)
The bias config file for a model.
|
Copyright © 2022. All rights reserved.