Volumes ======= Input Volumes ------------- Input volumes are used to specify the data that will be made available to the job during its execution. These can include files, datasets, or other resources that the job needs to access. The following input volume types are supported: .. autoclass:: compute_horde_sdk.v1.InputVolume .. autoclass:: compute_horde_sdk.v1.HuggingfaceInputVolume .. autoclass:: compute_horde_sdk.v1.HTTPInputVolume .. autoclass:: compute_horde_sdk.v1.InlineInputVolume Output Volumes -------------- Output volumes are used to specify where the outputs of the job will be stored. These can include files generated by the job. The following output volume types are supported: .. autoclass:: compute_horde_sdk.v1.OutputVolume .. autoclass:: compute_horde_sdk.v1.HTTPOutputVolume