pipeline.src.deployments ======================== .. py:module:: pipeline.src.deployments Attributes ---------- .. autoapisummary:: pipeline.src.deployments.flows_to_deploy pipeline.src.deployments.deployments pipeline.src.deployments.deployment Classes ------- .. autoapisummary:: pipeline.src.deployments.FlowAndSchedules Functions --------- .. autoapisummary:: pipeline.src.deployments.default_concurrency_limit Module Contents --------------- .. py:function:: default_concurrency_limit() -> prefect.client.schemas.objects.ConcurrencyLimitConfig .. py:class:: FlowAndSchedules .. py:attribute:: flow :type: prefect.Flow .. py:attribute:: schedules :type: List[prefect.schedules.Schedule] :value: None .. py:attribute:: concurrency_limit :type: prefect.client.schemas.objects.ConcurrencyLimitConfig .. py:data:: flows_to_deploy .. py:data:: deployments :value: [] .. py:data:: deployment