Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CandidateArtifactLocations.Builder
-
Packages that use CandidateArtifactLocations.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CandidateArtifactLocations.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CandidateArtifactLocations.Builder Modifier and Type Method Description CandidateArtifactLocations.BuilderCandidateArtifactLocations.Builder. backtestResults(String backtestResults)The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.static CandidateArtifactLocations.BuilderCandidateArtifactLocations. builder()CandidateArtifactLocations.BuilderCandidateArtifactLocations.Builder. explainability(String explainability)The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.CandidateArtifactLocations.BuilderCandidateArtifactLocations.Builder. modelInsights(String modelInsights)The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.CandidateArtifactLocations.BuilderCandidateArtifactLocations. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CandidateArtifactLocations.Builder Modifier and Type Method Description static Class<? extends CandidateArtifactLocations.Builder>CandidateArtifactLocations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CandidateArtifactLocations.Builder Modifier and Type Method Description default CandidateProperties.BuilderCandidateProperties.Builder. candidateArtifactLocations(Consumer<CandidateArtifactLocations.Builder> candidateArtifactLocations)The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
-