flytekit.core.base_task.IgnoreOutputs#

exception flytekit.core.base_task.IgnoreOutputs[source]#

This exception should be used to indicate that the outputs generated by this can be safely ignored. This is useful in case of distributed training or peer-to-peer parallel algorithms.

For example look at Sagemaker training, e.g. plugins.awssagemaker.flytekitplugins.awssagemaker.training.SagemakerBuiltinAlgorithmsTask.