Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateTrainingJobProps.Builder
Packages that use SageMakerCreateTrainingJobProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateTrainingJobProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SageMakerCreateTrainingJobProps.BuilderModifier and TypeMethodDescriptionSageMakerCreateTrainingJobProps.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification) Sets the value ofSageMakerCreateTrainingJobProps.getAlgorithmSpecification()SageMakerCreateTrainingJobProps.builder()Sets the value ofTaskStateBaseProps.getComment()SageMakerCreateTrainingJobProps.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation) Sets the value ofSageMakerCreateTrainingJobProps.getEnableNetworkIsolation()SageMakerCreateTrainingJobProps.Builder.environment(Map<String, String> environment) Sets the value ofSageMakerCreateTrainingJobProps.getEnvironment()Sets the value ofTaskStateBaseProps.getHeartbeat()SageMakerCreateTrainingJobProps.Builder.hyperparameters(Map<String, ? extends Object> hyperparameters) Sets the value ofSageMakerCreateTrainingJobProps.getHyperparameters()SageMakerCreateTrainingJobProps.Builder.inputDataConfig(List<? extends Channel> inputDataConfig) Sets the value ofSageMakerCreateTrainingJobProps.getInputDataConfig()Sets the value ofTaskStateBaseProps.getInputPath()SageMakerCreateTrainingJobProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()SageMakerCreateTrainingJobProps.Builder.outputDataConfig(OutputDataConfig outputDataConfig) Sets the value ofSageMakerCreateTrainingJobProps.getOutputDataConfig()SageMakerCreateTrainingJobProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()SageMakerCreateTrainingJobProps.Builder.resourceConfig(ResourceConfig resourceConfig) Sets the value ofSageMakerCreateTrainingJobProps.getResourceConfig()SageMakerCreateTrainingJobProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()SageMakerCreateTrainingJobProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()Sets the value ofSageMakerCreateTrainingJobProps.getRole()SageMakerCreateTrainingJobProps.Builder.stoppingCondition(StoppingCondition stoppingCondition) Sets the value ofSageMakerCreateTrainingJobProps.getStoppingCondition()Sets the value ofSageMakerCreateTrainingJobProps.getTags()Sets the value ofTaskStateBaseProps.getTimeout()SageMakerCreateTrainingJobProps.Builder.trainingJobName(String trainingJobName) Sets the value ofSageMakerCreateTrainingJobProps.getTrainingJobName()Sets the value ofSageMakerCreateTrainingJobProps.getVpcConfig()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SageMakerCreateTrainingJobProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSageMakerCreateTrainingJobProps.Builder.