Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateTrainingJobProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateTrainingJobProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionSageMakerCreateTrainingJobProps.Builder.algorithmSpecification
(AlgorithmSpecification algorithmSpecification) Sets the value ofSageMakerCreateTrainingJobProps.getAlgorithmSpecification()
SageMakerCreateTrainingJobProps.builder()
Sets the value ofTaskStateBaseProps.getComment()
SageMakerCreateTrainingJobProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
SageMakerCreateTrainingJobProps.Builder.enableNetworkIsolation
(Boolean enableNetworkIsolation) Sets the value ofSageMakerCreateTrainingJobProps.getEnableNetworkIsolation()
SageMakerCreateTrainingJobProps.Builder.environment
(Map<String, String> environment) Sets the value ofSageMakerCreateTrainingJobProps.getEnvironment()
Deprecated.use `heartbeatTimeout`SageMakerCreateTrainingJobProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
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()
Sets the value ofTaskStateBaseProps.getStateName()
SageMakerCreateTrainingJobProps.Builder.stoppingCondition
(StoppingCondition stoppingCondition) Sets the value ofSageMakerCreateTrainingJobProps.getStoppingCondition()
Sets the value ofSageMakerCreateTrainingJobProps.getTags()
SageMakerCreateTrainingJobProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`SageMakerCreateTrainingJobProps.Builder.trainingJobName
(String trainingJobName) Sets the value ofSageMakerCreateTrainingJobProps.getTrainingJobName()
Sets the value ofSageMakerCreateTrainingJobProps.getVpcConfig()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSageMakerCreateTrainingJobProps.Builder
.