Uses of Class
software.amazon.awssdk.services.sagemaker.model.CandidateStepType
-
Packages that use CandidateStepType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CandidateStepType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CandidateStepType Modifier and Type Method Description CandidateStepTypeAutoMLCandidateStep. candidateStepType()Whether the candidate is at the transform, training, or processing step.static CandidateStepTypeCandidateStepType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CandidateStepTypeCandidateStepType. valueOf(String name)Returns the enum constant of this type with the specified name.static CandidateStepType[]CandidateStepType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CandidateStepType Modifier and Type Method Description static Set<CandidateStepType>CandidateStepType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CandidateStepType Modifier and Type Method Description AutoMLCandidateStep.BuilderAutoMLCandidateStep.Builder. candidateStepType(CandidateStepType candidateStepType)Whether the candidate is at the transform, training, or processing step.
-