Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateTrainingJobJsonataProps.Builder
Packages that use SageMakerCreateTrainingJobJsonataProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateTrainingJobJsonataProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SageMakerCreateTrainingJobJsonataProps.BuilderModifier and TypeMethodDescriptionSageMakerCreateTrainingJobJsonataProps.Builder.algorithmSpecification(AlgorithmSpecification algorithmSpecification) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getAlgorithmSpecification()Sets the value ofAssignableStateOptions.getAssign()SageMakerCreateTrainingJobJsonataProps.builder()Sets the value ofStateBaseProps.getComment()SageMakerCreateTrainingJobJsonataProps.Builder.credentials(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()SageMakerCreateTrainingJobJsonataProps.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getEnableNetworkIsolation()SageMakerCreateTrainingJobJsonataProps.Builder.environment(Map<String, String> environment) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getEnvironment()Deprecated.use `heartbeatTimeout`SageMakerCreateTrainingJobJsonataProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()SageMakerCreateTrainingJobJsonataProps.Builder.hyperparameters(Map<String, ? extends Object> hyperparameters) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getHyperparameters()SageMakerCreateTrainingJobJsonataProps.Builder.inputDataConfig(List<? extends Channel> inputDataConfig) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getInputDataConfig()SageMakerCreateTrainingJobJsonataProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()SageMakerCreateTrainingJobJsonataProps.Builder.outputDataConfig(OutputDataConfig outputDataConfig) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getOutputDataConfig()Sets the value ofJsonataCommonOptions.getOutputs()SageMakerCreateTrainingJobJsonataProps.Builder.queryLanguage(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()SageMakerCreateTrainingJobJsonataProps.Builder.resourceConfig(ResourceConfig resourceConfig) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getResourceConfig()Sets the value ofSageMakerCreateTrainingJobJsonataProps.getRole()Sets the value ofStateBaseProps.getStateName()SageMakerCreateTrainingJobJsonataProps.Builder.stoppingCondition(StoppingCondition stoppingCondition) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getStoppingCondition()Sets the value ofSageMakerCreateTrainingJobJsonataProps.getTags()SageMakerCreateTrainingJobJsonataProps.Builder.taskTimeout(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()Deprecated.use `taskTimeout`SageMakerCreateTrainingJobJsonataProps.Builder.trainingJobName(String trainingJobName) Sets the value ofSageMakerCreateTrainingJobJsonataProps.getTrainingJobName()Sets the value ofSageMakerCreateTrainingJobJsonataProps.getVpcConfig()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SageMakerCreateTrainingJobJsonataProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSageMakerCreateTrainingJobJsonataProps.Builder.