dry-ability-69144
ValueError: Only generic univariate typing.List[T] type is supported.
high-accountant-32689
@dataclass_json @dataclass class Test_custom_object(object): flyte_file: FlyteFile test_data: str
@task(requests=Resources(cpu='1', mem='600Mi')) def test_task(file: Datum) -> float: print(file.flyte_file)
all_samples = map_task( sample_task, metadata=TaskMetadata(retries=1) )(file=samples) map_task( test_task, metadata=TaskMetadata(retries=1) )(file=all_samples)
tall-lock-23197
all_samples
Test_custom_object
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.