Uses of Class
software.amazon.awssdk.services.sagemaker.model.CandidateArtifactLocations
-
Packages that use CandidateArtifactLocations Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CandidateArtifactLocations in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CandidateArtifactLocations Modifier and Type Method Description CandidateArtifactLocationsCandidateProperties. candidateArtifactLocations()The Amazon S3 prefix to the artifacts generated for an AutoML candidate.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CandidateArtifactLocations Modifier and Type Method Description CandidateProperties.BuilderCandidateProperties.Builder. candidateArtifactLocations(CandidateArtifactLocations candidateArtifactLocations)The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
-