public static interface CandidateArtifactLocations.Builder extends SdkPojo, CopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>
| Modifier and Type | Method and Description |
|---|---|
CandidateArtifactLocations.Builder |
backtestResults(String backtestResults)
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.
|
CandidateArtifactLocations.Builder |
explainability(String explainability)
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
CandidateArtifactLocations.Builder |
modelInsights(String modelInsights)
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCandidateArtifactLocations.Builder explainability(String explainability)
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.CandidateArtifactLocations.Builder modelInsights(String modelInsights)
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
modelInsights - The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.CandidateArtifactLocations.Builder backtestResults(String backtestResults)
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
backtestResults - The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing
window. Available only for the time-series forecasting problem type.Copyright © 2023. All rights reserved.