toValue method
Implementation
String toValue() {
switch (this) {
case CandidateStepType.awsSageMakerTrainingJob:
return 'AWS::SageMaker::TrainingJob';
case CandidateStepType.awsSageMakerTransformJob:
return 'AWS::SageMaker::TransformJob';
case CandidateStepType.awsSageMakerProcessingJob:
return 'AWS::SageMaker::ProcessingJob';
}
}