Interface CandidateArtifactLocations.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CandidateArtifactLocations.Builder,,- CandidateArtifactLocations> - SdkBuilder<CandidateArtifactLocations.Builder,,- CandidateArtifactLocations> - SdkPojo
- Enclosing class:
- CandidateArtifactLocations
@Mutable
@NotThreadSafe
public static interface CandidateArtifactLocations.Builder
extends SdkPojo, CopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations> 
- 
Method SummaryModifier and TypeMethodDescriptionbacktestResults(String backtestResults) The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.explainability(String explainability) The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.modelInsights(String modelInsights) The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
explainabilityThe Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate. - Parameters:
- explainability- The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelInsightsThe Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate. - Parameters:
- modelInsights- The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backtestResultsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-