Interface CandidateArtifactLocations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>,SdkBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>,SdkPojo
- Enclosing class:
- CandidateArtifactLocations
public static interface CandidateArtifactLocations.Builder extends SdkPojo, CopyableBuilder<CandidateArtifactLocations.Builder,CandidateArtifactLocations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CandidateArtifactLocations.BuilderbacktestResults(String backtestResults)The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.CandidateArtifactLocations.Builderexplainability(String explainability)The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.CandidateArtifactLocations.BuildermodelInsights(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
explainability
CandidateArtifactLocations.Builder explainability(String explainability)
The 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.
-
modelInsights
CandidateArtifactLocations.Builder modelInsights(String modelInsights)
The 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.
-
backtestResults
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.
- 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.
-
-