Skip to content

Estimator Output Path cannot accept Execution Input placeholder  #85

Closed
@lgimyuen

Description

@lgimyuen

The arguments of sagemaker.estimator.Estimator() and sagemaker.tuner.HyperparameterTuner() doesn't accept ExecutionInput or StepInput as placeholder. E.g. for the output_path of sagemaker.estimator.Estimator() has to be fixed in the definition of workflow.

The current way around this is not to make use of stepfunctions.steps.sagemaker.TuningStep and use the generic step functions.steps.Task to invoke the arn:aws:states:::sagemaker:createHyperParameterTuningJob.sync with parameters from ExecutionInput and StepInput

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions