ConsolidateResourceUsageConnections#
- class lsst.analysis.tools.tasks.ConsolidateResourceUsageConnections(*, config: PipelineTaskConfig | None = None)#
Bases:
PipelineTaskConnectionsConnection definitions for
ConsolidateResourceUsageTask.Attributes Summary
Mapping holding all connection attributes.
Set of dimension names that define the unit of work for this task.
Set with the names of all
InitInputconnection attributes.Set with the names of all
InitOutputconnection attributes.Set with the names of all
connectionTypes.Inputconnection attributes.Connection for output dataset.
Set with the names of all
Outputconnection attributes.Set with the names of all
PrerequisiteInputconnection attributes.Attributes Documentation
- allConnections: Mapping[str, BaseConnection] = {'output_table': Output(name='ResourceUsageSummary', storageClass='DataFrame', doc='Consolidated table of resource usage statistics. One row per task label', multiple=False, deprecated=None, _deprecation_context='', dimensions=(), isCalibration=False)}#
Mapping holding all connection attributes.
This is a read-only view that is automatically updated when connection attributes are added, removed, or replaced in
__init__. It is also updated after__init__completes to reflect changes ininputs,prerequisiteInputs,outputs,initInputs, andinitOutputs.
- defaultTemplates = {}#
- deprecatedTemplates = {}#
- dimensions: set[str] = {}#
Set of dimension names that define the unit of work for this task.
Required and implied dependencies will automatically be expanded later and need not be provided.
This may be replaced or modified in
__init__to change the dimensions of the task. After__init__it will be afrozensetand may not be replaced.
- initInputs: set[str] = frozenset({})#
Set with the names of all
InitInputconnection attributes.See
inputsfor additional information.
- initOutputs: set[str] = frozenset({})#
Set with the names of all
InitOutputconnection attributes.See
inputsfor additional information.
- inputs: set[str] = frozenset({})#
Set with the names of all
connectionTypes.Inputconnection attributes.This is updated automatically as class attributes are added, removed, or replaced in
__init__. Removing entries from this set will cause those connections to be removed after__init__completes, but this is supported only for backwards compatibility; new code should instead just delete the collection attributed directly. After__init__this will be afrozensetand may not be replaced.
- output_table#
Connection for output dataset.