Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLCandidateStep
-
Packages that use AutoMLCandidateStep Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLCandidateStep in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLCandidateStep Modifier and Type Method Description List<AutoMLCandidateStep>AutoMLCandidate. candidateSteps()Information about the candidate's steps.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLCandidateStep Modifier and Type Method Description AutoMLCandidate.BuilderAutoMLCandidate.Builder. candidateSteps(AutoMLCandidateStep... candidateSteps)Information about the candidate's steps.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLCandidateStep Modifier and Type Method Description AutoMLCandidate.BuilderAutoMLCandidate.Builder. candidateSteps(Collection<AutoMLCandidateStep> candidateSteps)Information about the candidate's steps.
-