OleksiiYeromenko

Results 3 comments of OleksiiYeromenko

> image_uri='{0}.dkr.ecr.{1}.amazonaws.com/{2}:{3}'.format(account_id, region, ecr_repository_name, "latest"), Yes, here also image URI with para - `image_uri='{0}.dkr.ecr.{1}.amazonaws.com/{2}:{3}'.format(account_id, region, ecr_repository_name, "latest"),` Ok, will try. Just it was from AWS example and was working few...

Sorry, can't find it now anymore.. But anyway - When I try to use Join in other Pipeline parameter, I'm getting following error, as it's expecting str, not Join.. For...

> Hi @OleksiiYeromenko, seems you're using nested ParameterString here and sorry we don't support this behavior. Can you try this > > ``` > destination_train = ParameterString( > name="DestinationTrainSet", default_value="s3://anomaly-processing/deepar-inputs/test-DeepAR-pipeline/train/"...